From: Richard M. Stallman Date: Sat, 17 Nov 2001 04:01:31 +0000 (+0000) Subject: (todo-save): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~18446 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=887c6c1ff4900cd420fb7dbfe2672b5546a8506f;p=emacs.git (todo-save): Fix previous change. --- diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 83f4e4bf90a..361cd884fb0 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -5,7 +5,7 @@ ;; Author: Oliver Seidel ;; [Not clear the above works, July 2000] ;; Created: 2 Aug 1997 -;; Version: $Id: todo-mode.el,v 1.47 2001/07/16 12:22:59 pj Exp $ +;; Version: $Id: todo-mode.el,v 1.48 2001/11/13 04:11:15 rms Exp $ ;; Keywords: calendar, todo ;; This file is part of GNU Emacs. @@ -97,7 +97,7 @@ ;; ;; Which version of todo-mode.el does this documentation refer to? ;; -;; $Id: todo-mode.el,v 1.47 2001/07/16 12:22:59 pj Exp $ +;; $Id: todo-mode.el,v 1.48 2001/11/13 04:11:15 rms Exp $ ;; ;; Pre-Requisites ;; @@ -496,9 +496,8 @@ Use `todo-categories' instead.") (interactive) (save-excursion (save-restriction - (save-buffer) - (if todo-save-top-priorities-too (todo-save-top-priorities)) - ))) + (save-buffer))) + (if todo-save-top-priorities-too (todo-save-top-priorities))) (defalias 'todo-cmd-save 'todo-save) (defun todo-quit ()