/[emacs]/emacs/lisp/calendar/todo-mode.el
ViewVC logotype

Diff of /emacs/lisp/calendar/todo-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.47 by pj, Mon Jul 16 12:22:59 2001 UTC revision 1.48 by rms, Tue Nov 13 04:11:15 2001 UTC
# Line 494  Use `todo-categories' instead.") Line 494  Use `todo-categories' instead.")
494  (defun todo-save ()  (defun todo-save ()
495    "Save the TODO list."    "Save the TODO list."
496    (interactive)    (interactive)
497    (save-buffer)    (save-excursion
498    (if todo-save-top-priorities-too (todo-save-top-priorities))      (save-restriction
499    )        (save-buffer)
500          (if todo-save-top-priorities-too (todo-save-top-priorities))
501          )))
502  (defalias 'todo-cmd-save 'todo-save)  (defalias 'todo-cmd-save 'todo-save)
503    
504  (defun todo-quit ()  (defun todo-quit ()

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26