From 45e4a39733aa5e124d7fd75977eeea8511d84554 Mon Sep 17 00:00:00 2001 From: Stephen Berman Date: Thu, 15 Nov 2012 14:53:08 +0100 Subject: [PATCH] * calendar/todos.el (todos-forward-category): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/calendar/todos.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.5