From: Stephen Berman Date: Wed, 15 May 2013 13:24:45 +0000 (+0200) Subject: * todos.el (todos-jump-to-category): Fix wrong variable left over X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2055 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=407d724e35639f8bd17c950522ff46e5ae2bb926;p=emacs.git * todos.el (todos-jump-to-category): Fix wrong variable left over from previous change. --- diff --git a/lisp/calendar/ChangeLog b/lisp/calendar/ChangeLog index 8206f7071b2..6b99c1f36dc 100644 --- a/lisp/calendar/ChangeLog +++ b/lisp/calendar/ChangeLog @@ -1,3 +1,8 @@ +2013-05-15 Stephen Berman + + * todos.el (todos-jump-to-category): Fix wrong variable left over + from previous change. + 2013-05-14 Stephen Berman * todos.el: Improve handling of jumping to a category, in diff --git a/lisp/calendar/todos.el b/lisp/calendar/todos.el index 822f9ba5586..4b18e001b62 100644 --- a/lisp/calendar/todos.el +++ b/lisp/calendar/todos.el @@ -3616,7 +3616,7 @@ Categories mode." (if (null todos-files) (todos-show) (let* ((archive (eq where 'archive)) - (cat (unless archive noninteractive)) + (cat (unless archive where)) (file0 (when cat ; We're in Todos Categories mode. ;; With non-nil `todos-skip-archived-categories' ;; jump to archive file of a category with only