diff lisp/net/zone-mode.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 72899138fdcb
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/net/zone-mode.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/net/zone-mode.el	Tue Feb 04 13:24:35 2003 +0000
@@ -62,7 +62,7 @@
 	(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."