From 407d724e35639f8bd17c950522ff46e5ae2bb926 Mon Sep 17 00:00:00 2001 From: Stephen Berman Date: Wed, 15 May 2013 15:24:45 +0200 Subject: [PATCH] * todos.el (todos-jump-to-category): Fix wrong variable left over from previous change. --- lisp/calendar/ChangeLog | 5 +++++ lisp/calendar/todos.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5