diff options
| -rw-r--r-- | lisp/calendar/todo-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 235eb83e85b..e184fdc591c 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el | |||
| @@ -823,7 +823,7 @@ buries it and restores state as needed." | |||
| 823 | (when (buffer-live-p buf) (kill-buffer buf))) | 823 | (when (buffer-live-p buf) (kill-buffer buf))) |
| 824 | ((eq major-mode 'todo-mode) | 824 | ((eq major-mode 'todo-mode) |
| 825 | (todo-save) | 825 | (todo-save) |
| 826 | (bury-buffer))))) | 826 | (quit-window))))) |
| 827 | 827 | ||
| 828 | ;; ----------------------------------------------------------------------------- | 828 | ;; ----------------------------------------------------------------------------- |
| 829 | ;;; Navigation between and within categories | 829 | ;;; Navigation between and within categories |