aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Berman2013-01-04 23:37:40 +0100
committerStephen Berman2013-01-04 23:37:40 +0100
commit12983a8abdaa5a85eae1879252a213a829ebdf9c (patch)
treea11a54271b56d8673425deb84f131d6fd3c810bf
parenta2730169dd8c30039f2972bfd820591a23a9775c (diff)
downloademacs-12983a8abdaa5a85eae1879252a213a829ebdf9c.tar.gz
emacs-12983a8abdaa5a85eae1879252a213a829ebdf9c.zip
* calendar/todos.el (todos-insert-item): Fix copy and paste error
from previous change.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calendar/todos.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 576c72c0f0f..8c52196c5ac 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-01-04 Stephen Berman <Stephen.Berman@rub.de>
2
3 * calendar/todos.el (todos-insert-item): Fix copy and paste error
4 from previous change.
5
12013-01-03 Stephen Berman <stephen.berman@gmx.net> 62013-01-03 Stephen Berman <stephen.berman@gmx.net>
2 7
3 * calendar/todos.el: Implement extended category completions. 8 * calendar/todos.el: Implement extended category completions.
diff --git a/lisp/calendar/todos.el b/lisp/calendar/todos.el
index 62423985541..75af84b8812 100644
--- a/lisp/calendar/todos.el
+++ b/lisp/calendar/todos.el
@@ -4387,7 +4387,6 @@ the priority is not given by HERE but by prompting."
4387 ;; todos-set-item-priority. 4387 ;; todos-set-item-priority.
4388 ;; (todos-category-number cat) 4388 ;; (todos-category-number cat)
4389 ;; (todos-category-select) 4389 ;; (todos-category-select)
4390 (goto-char (point-min))
4391 (let (buffer-read-only) 4390 (let (buffer-read-only)
4392 (setq new-item 4391 (setq new-item
4393 ;; Add date, time and diary marking as required. 4392 ;; Add date, time and diary marking as required.