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: Thu, 16 Jun 2005 10:39:42 -0400

Index: emacs/lisp/net/zone-mode.el
diff -c emacs/lisp/net/zone-mode.el:1.8 emacs/lisp/net/zone-mode.el:1.9
*** emacs/lisp/net/zone-mode.el:1.8     Tue May 17 16:24:37 2005
--- emacs/lisp/net/zone-mode.el Thu Jun 16 14:39:40 2005
***************
*** 60,66 ****
             (old-serial (concat old-date old-seq))
             (new-serial (concat cur-date new-seq)))
        (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
--- 60,66 ----
             (old-serial (concat old-date old-seq))
             (new-serial (concat cur-date new-seq)))
        (if (string-lessp new-serial old-serial)
!           (error "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




reply via email to

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