diff options
| -rw-r--r-- | lisp/calendar/todo-mode.el | 1 |
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. |