From afa47a6dd0c931e2b712404f7b00e5942b8a2dda Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 13 Jun 2019 01:12:23 +0200 Subject: [PATCH] todo-mode.el compilation warning fix * lisp/calendar/todo-mode.el (hl-line-highlight): Declare to avoid compilation warning. --- lisp/calendar/todo-mode.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5