+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,
"" ;FIXME
(interactive)
(widen)
- (rename-buffer todos-edit-buffer)
(todos-edit-mode)
(remove-overlays) ; nil nil 'before-string)
(message "%s" (substitute-command-keys
;; (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)
"\\(.*\\)$"))