]> code.delx.au - gnu-emacs/commitdiff
* calendar/todos.el (todos-insert-item): Fix copy and paste error
authorStephen Berman <stephen.berman@gmx.net>
Fri, 4 Jan 2013 22:37:40 +0000 (23:37 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Fri, 4 Jan 2013 22:37:40 +0000 (23:37 +0100)
from previous change.

lisp/ChangeLog
lisp/calendar/todos.el

index 576c72c0f0fef49c1ba2ee554ae2881d8c2a618d..8c52196c5acbfa7e3ae64ef1d0668c1056e34212 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-04  Stephen Berman  <Stephen.Berman@rub.de>
+
+       * calendar/todos.el (todos-insert-item): Fix copy and paste error
+       from previous change.
+
 2013-01-03  Stephen Berman  <stephen.berman@gmx.net>
 
        * calendar/todos.el: Implement extended category completions.
index 62423985541712f46dbf3622838830d89da970e4..75af84b88128b4d501ec664d6fb66795cfc9195a 100644 (file)
@@ -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.