aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-13 01:12:23 +0200
committerLars Ingebrigtsen2019-06-13 01:12:23 +0200
commitafa47a6dd0c931e2b712404f7b00e5942b8a2dda (patch)
tree86b7f85bd5542c9a143752af187a4639901668d5
parent6d63f68f33686e543cced954c1f0ea6641b3ae6f (diff)
downloademacs-afa47a6dd0c931e2b712404f7b00e5942b8a2dda.tar.gz
emacs-afa47a6dd0c931e2b712404f7b00e5942b8a2dda.zip
todo-mode.el compilation warning fix
* lisp/calendar/todo-mode.el (hl-line-highlight): Declare to avoid compilation warning.
-rw-r--r--lisp/calendar/todo-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el
index 7169ef41aef..909f59f19c8 100644
--- a/lisp/calendar/todo-mode.el
+++ b/lisp/calendar/todo-mode.el
@@ -874,6 +874,7 @@ category."
874 (todo-forward-category t)) 874 (todo-forward-category t))
875 875
876(defvar todo-categories-buffer) 876(defvar todo-categories-buffer)
877(declare-function hl-line-highlight "hl-line" ())
877 878
878(defun todo-jump-to-category (&optional file where) 879(defun todo-jump-to-category (&optional file where)
879 "Prompt for a category in a todo file and jump to it. 880 "Prompt for a category in a todo file and jump to it.