todo-mode.el compilation warning fix

* lisp/calendar/todo-mode.el (hl-line-highlight): Declare to avoid
compilation warning.
This commit is contained in:
Lars Ingebrigtsen
2019-06-13 01:12:23 +02:00
parent 6d63f68f33
commit afa47a6dd0

View File

@@ -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.