emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/dns-mode.el,v


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/dns-mode.el,v
Date: Fri, 11 Aug 2006 14:11:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Romain Francoise <rfrancoise>   06/08/11 14:11:24

Index: dns-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/dns-mode.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- dns-mode.el 11 Aug 2006 13:56:50 -0000      1.7
+++ dns-mode.el 11 Aug 2006 14:11:24 -0000      1.8
@@ -216,9 +216,9 @@
             dns-mode-soa-auto-increment-serial
             (or (eq dns-mode-soa-auto-increment-serial t)
                 (y-or-n-p "Increment SOA serial? ")))
-    ;; If `dns-mode-soa-increment-serial' signals
-    ;; an error saving will fail but that probably means that the
-    ;; serial should be fixed to comply with the RFC anyway! -rfr
+    ;; If `dns-mode-soa-increment-serial' signals an error saving will
+    ;; fail but that probably means that the serial should be fixed to
+    ;; comply with the RFC anyway! -rfr
     (progn (dns-mode-soa-increment-serial)
            ;; We return nil in case this is used in write-contents-functions.
            nil)))




reply via email to

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