emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/zone-mode.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/net/zone-mode.el
Date: Tue, 04 Feb 2003 08:17:21 -0500

Index: emacs/lisp/net/zone-mode.el
diff -c emacs/lisp/net/zone-mode.el:1.4 emacs/lisp/net/zone-mode.el:1.5
*** emacs/lisp/net/zone-mode.el:1.4     Mon Apr 29 23:28:37 2002
--- emacs/lisp/net/zone-mode.el Tue Feb  4 08:17:16 2003
***************
*** 62,68 ****
        (if (string-lessp new-serial old-serial)
            (error (format "Serial numbers want to move backwards from %s to 
%s" old-serial new-serial))
          (replace-match (concat cur-date new-seq old-flag) t t))))))
!   
  ;;;###autoload
  (defun zone-mode-update-serial-hook ()
    "Update the serial number in a zone if the file was modified."
--- 62,68 ----
        (if (string-lessp new-serial old-serial)
            (error (format "Serial numbers want to move backwards from %s to 
%s" old-serial new-serial))
          (replace-match (concat cur-date new-seq old-flag) t t))))))
! 
  ;;;###autoload
  (defun zone-mode-update-serial-hook ()
    "Update the serial number in a zone if the file was modified."




reply via email to

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