aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2013-06-04 13:06:18 +0200
committerStephen Berman2013-06-04 13:06:18 +0200
commit6d12ff8b3344d4284f78e0be56cda076f9a3d6e7 (patch)
treedb1f81ed5442163bd226ff9a2bf7c1236a237852
parente99a2125b5f932ceaf584a515c3890f11758675c (diff)
downloademacs-6d12ff8b3344d4284f78e0be56cda076f9a3d6e7.tar.gz
emacs-6d12ff8b3344d4284f78e0be56cda076f9a3d6e7.zip
* todos.el (todos-read-category, todos-merge-category):
Fix argument value to accord with documented change from 2013-05-14.
-rw-r--r--lisp/calendar/ChangeLog5
-rw-r--r--lisp/calendar/todos.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/calendar/ChangeLog b/lisp/calendar/ChangeLog
index aa78ac4df7e..f341a337e6a 100644
--- a/lisp/calendar/ChangeLog
+++ b/lisp/calendar/ChangeLog
@@ -1,3 +1,8 @@
12013-06-04 Stephen Berman <stephen.berman@gmx.net>
2
3 * todos.el (todos-read-category, todos-merge-category):
4 Fix argument value to accord with documented change from 2013-05-14.
5
12013-06-03 Stephen Berman <stephen.berman@gmx.net> 62013-06-03 Stephen Berman <stephen.berman@gmx.net>
2 7
3 * todos.el: More code cleanup. Update file copyright and author 8 * todos.el: More code cleanup. Update file copyright and author
diff --git a/lisp/calendar/todos.el b/lisp/calendar/todos.el
index 6c7e68e5b75..6622f9fde36 100644
--- a/lisp/calendar/todos.el
+++ b/lisp/calendar/todos.el
@@ -761,7 +761,7 @@ category."
761 (archive (concat (file-name-sans-extension (if file gfile tfile)) 761 (archive (concat (file-name-sans-extension (if file gfile tfile))
762 ".toda")) 762 ".toda"))
763 (cat (todos-current-category)) 763 (cat (todos-current-category))
764 (cat+file (todos-read-category "Merge into category: " 'merge file)) 764 (cat+file (todos-read-category "Merge into category: " 'todo file))
765 (goal (car cat+file)) 765 (goal (car cat+file))
766 (gfile (cdr cat+file)) 766 (gfile (cdr cat+file))
767 archived-count here) 767 archived-count here)
@@ -4719,7 +4719,7 @@ categories from `todos-category-completions-files'."
4719 completions))) 4719 completions)))
4720 (completion-ignore-case todos-completion-ignore-case) 4720 (completion-ignore-case todos-completion-ignore-case)
4721 (cat (completing-read prompt categories nil 4721 (cat (completing-read prompt categories nil
4722 (eq match-type 'merge) nil nil 4722 (eq match-type 'todo) nil nil
4723 ;; Unless we're adding a category via 4723 ;; Unless we're adding a category via
4724 ;; todos-add-category, set default 4724 ;; todos-add-category, set default
4725 ;; for existing categories to the 4725 ;; for existing categories to the