From: Lars Ingebrigtsen Date: Wed, 12 Jun 2019 23:12:23 +0000 (+0200) Subject: todo-mode.el compilation warning fix X-Git-Tag: emacs-27.0.90~2594 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afa47a6dd0c931e2b712404f7b00e5942b8a2dda;p=emacs.git todo-mode.el compilation warning fix * lisp/calendar/todo-mode.el (hl-line-highlight): Declare to avoid compilation warning. --- 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." (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.