diff options
Diffstat (limited to 'lisp/net/zone-mode.el')
-rw-r--r-- | lisp/net/zone-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/zone-mode.el b/lisp/net/zone-mode.el index bb8bacacc61..a58bc2dd54a 100644 --- a/lisp/net/zone-mode.el +++ b/lisp/net/zone-mode.el @@ -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." |