emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/todo-mode.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/todo-mode.el
Date: Fri, 16 Nov 2001 23:01:31 -0500

Index: emacs/lisp/calendar/todo-mode.el
diff -u emacs/lisp/calendar/todo-mode.el:1.48 
emacs/lisp/calendar/todo-mode.el:1.49
--- emacs/lisp/calendar/todo-mode.el:1.48       Mon Nov 12 23:11:15 2001
+++ emacs/lisp/calendar/todo-mode.el    Fri Nov 16 23:01:31 2001
@@ -5,7 +5,7 @@
 ;; Author: Oliver Seidel <address@hidden>
 ;;   [Not clear the above works, July 2000]
 ;; Created: 2 Aug 1997
-;; Version: $Id: todo-mode.el,v 1.48 2001/11/13 04:11:15 rms Exp $
+;; Version: $Id: todo-mode.el,v 1.49 2001/11/17 04:01:31 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.48 2001/11/13 04:11:15 rms Exp $
+;;      $Id: todo-mode.el,v 1.49 2001/11/17 04:01:31 rms Exp $
 ;;
 ;;  Pre-Requisites
 ;;
@@ -496,9 +496,8 @@
   (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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]