diff options
Diffstat (limited to 'lisp/calendar')
| -rw-r--r-- | lisp/calendar/todo-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 1a54cc2c67b..6b246c98ed4 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el | |||
| @@ -5303,6 +5303,8 @@ of each other." | |||
| 5303 | (todo-current-category) | 5303 | (todo-current-category) |
| 5304 | (nth 2 (assoc-string todo-current-todo-file | 5304 | (nth 2 (assoc-string todo-current-todo-file |
| 5305 | todo-top-priorities-overrides)))) | 5305 | todo-top-priorities-overrides)))) |
| 5306 | (nth 1 (assoc-string todo-current-todo-file | ||
| 5307 | todo-top-priorities-overrides)) | ||
| 5306 | todo-top-priorities)) | 5308 | todo-top-priorities)) |
| 5307 | done prefix) | 5309 | done prefix) |
| 5308 | (save-excursion | 5310 | (save-excursion |