aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2012-11-15 14:53:08 +0100
committerStephen Berman2012-11-15 14:53:08 +0100
commit45e4a39733aa5e124d7fd75977eeea8511d84554 (patch)
tree2493897cced0ac1a04527ba29429c6590fffcdf6
parent59ad682ff2476221cc4db597fb4f6a080ed3b36b (diff)
downloademacs-45e4a39733aa5e124d7fd75977eeea8511d84554.tar.gz
emacs-45e4a39733aa5e124d7fd75977eeea8511d84554.zip
* calendar/todos.el (todos-forward-category): Fix typo.
-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)