From 12983a8abdaa5a85eae1879252a213a829ebdf9c Mon Sep 17 00:00:00 2001 From: Stephen Berman Date: Fri, 4 Jan 2013 23:37:40 +0100 Subject: [PATCH] * calendar/todos.el (todos-insert-item): Fix copy and paste error from previous change. --- lisp/ChangeLog | 5 +++++ lisp/calendar/todos.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 576c72c0f0f..8c52196c5ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-01-04 Stephen Berman + + * calendar/todos.el (todos-insert-item): Fix copy and paste error + from previous change. + 2013-01-03 Stephen Berman * 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." ;; todos-set-item-priority. ;; (todos-category-number cat) ;; (todos-category-select) - (goto-char (point-min)) (let (buffer-read-only) (setq new-item ;; Add date, time and diary marking as required. -- 2.39.5