aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calendar/todos.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5be90afcb7f..483befca9b3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-11-15 Stephen Berman <stephen.berman@gmx.net>
2
3 * calendar/todos.el (todos-forward-category): Fix typo.
4
12012-10-30 Stephen Berman <stephen.berman@gmx.net> 52012-10-30 Stephen Berman <stephen.berman@gmx.net>
2 6
3 * calendar/todos.el (todos-define-insertion-command): 7 * calendar/todos.el (todos-define-insertion-command):
diff --git a/lisp/calendar/todos.el b/lisp/calendar/todos.el
index 056ebc446a9..b2285a54b56 100644
--- a/lisp/calendar/todos.el
+++ b/lisp/calendar/todos.el
@@ -3153,7 +3153,7 @@ category is the first)."
3153 (when todos-skip-archived-categories 3153 (when todos-skip-archived-categories
3154 (while (and (zerop (todos-get-count 'todo)) 3154 (while (and (zerop (todos-get-count 'todo))
3155 (zerop (todos-get-count 'done)) 3155 (zerop (todos-get-count 'done))
3156 (not (zerop (todos-get-count 'archive)))) 3156 (not (zerop (todos-get-count 'archived))))
3157 (setq todos-category-number 3157 (setq todos-category-number
3158 (apply (if back '1- '1+) (list todos-category-number))))) 3158 (apply (if back '1- '1+) (list todos-category-number)))))
3159 (todos-category-select) 3159 (todos-category-select)