todo-mode.el compilation warning fix
* lisp/calendar/todo-mode.el (hl-line-highlight): Declare to avoid compilation warning.
This commit is contained in:
@@ -874,6 +874,7 @@ category."
|
||||
(todo-forward-category t))
|
||||
|
||||
(defvar todo-categories-buffer)
|
||||
(declare-function hl-line-highlight "hl-line" ())
|
||||
|
||||
(defun todo-jump-to-category (&optional file where)
|
||||
"Prompt for a category in a todo file and jump to it.
|
||||
|
||||
Reference in New Issue
Block a user