emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master afa47a6 1/7: todo-mode.el compilation warning fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master afa47a6 1/7: todo-mode.el compilation warning fix
Date: Wed, 12 Jun 2019 19:45:09 -0400 (EDT)

branch: master
commit afa47a6dd0c931e2b712404f7b00e5942b8a2dda
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 7169ef4..909f59f 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]