From: Stephen Berman Date: Thu, 15 Nov 2012 13:53:08 +0000 (+0100) Subject: * calendar/todos.el (todos-forward-category): Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2098 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45e4a39733aa5e124d7fd75977eeea8511d84554;p=emacs.git * calendar/todos.el (todos-forward-category): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5be90afcb7f..483befca9b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-11-15 Stephen Berman + + * calendar/todos.el (todos-forward-category): Fix typo. + 2012-10-30 Stephen Berman * 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)." (when todos-skip-archived-categories (while (and (zerop (todos-get-count 'todo)) (zerop (todos-get-count 'done)) - (not (zerop (todos-get-count 'archive)))) + (not (zerop (todos-get-count 'archived)))) (setq todos-category-number (apply (if back '1- '1+) (list todos-category-number))))) (todos-category-select)