From: Stephen Berman Date: Fri, 4 Jan 2013 22:37:40 +0000 (+0100) Subject: * calendar/todos.el (todos-insert-item): Fix copy and paste error X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2090 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12983a8abdaa5a85eae1879252a213a829ebdf9c;p=emacs.git * calendar/todos.el (todos-insert-item): Fix copy and paste error from previous change. --- 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.