]> git.eshelyaron.com Git - emacs.git/commitdiff
* calendar/todos.el (todos-edit-multiline, todos-edit-quit):
authorStephen Berman <stephen.berman@gmx.net>
Thu, 14 Feb 2013 13:02:21 +0000 (14:02 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Thu, 14 Feb 2013 13:02:21 +0000 (14:02 +0100)
Revert buffer renaming.

lisp/ChangeLog
lisp/calendar/todos.el

index 15ad2b888a99e7339aedb15ca90fe151885be779..869a2f3deb73f343bdff89ab7260cf1e8e01edac 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-14  Stephen Berman  <stephen.berman@gmx.net>
+
+       * calendar/todos.el (todos-edit-multiline, todos-edit-quit):
+       Revert buffer renaming.
+
 2013-02-11  Stephen Berman  <stephen.berman@gmx.net>
 
        * calendar/todos.el (todos-edit-quit): On quitting file editing,
index a67a98e27b007be7870bea16425b0e63e696a31d..e3bac9fb60ac47ba51af31fd345732b542dc2a9b 100644 (file)
@@ -4882,7 +4882,6 @@ the format of Diary entries."
   ""                                   ;FIXME
   (interactive)
   (widen)
-  (rename-buffer todos-edit-buffer)
   (todos-edit-mode)
   (remove-overlays) ; nil nil 'before-string)
   (message "%s" (substitute-command-keys
@@ -4919,7 +4918,6 @@ in the number or names of categories."
        ;; (todos-repair-categories-sexp)
        ;; Compare (todos-make-categories-list t) with sexp and if
        ;; different ask (todos-update-categories-sexp) ?
-       (rename-buffer (file-name-nondirectory todos-current-todos-file))
        (todos-mode)
        (let* ((cat-beg (concat "^" (regexp-quote todos-category-beg)
                                "\\(.*\\)$"))