summaryrefslogtreecommitdiff
path: root/lisp/textmodes/dns-mode.el
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-08-11 14:11:24 +0000
committerRomain Francoise <romain@orebokech.com>2006-08-11 14:11:24 +0000
commit08eedb79230d76e2faa005e8c343f744d0489a33 (patch)
treeac2d8f4a5d4b1fd03fa7ddd6e7e51929eb2ac330 /lisp/textmodes/dns-mode.el
parentb3302d9b0af367b9ef4e7f6663d5cb8f58725173 (diff)
downloademacs-08eedb79230d76e2faa005e8c343f744d0489a33.tar.gz
Fix formatting/indentation.
Diffstat (limited to 'lisp/textmodes/dns-mode.el')
-rw-r--r--lisp/textmodes/dns-mode.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el
index 8ee69f03d7b..21fe137118f 100644
--- a/lisp/textmodes/dns-mode.el
+++ b/lisp/textmodes/dns-mode.el
@@ -216,12 +216,12 @@ This function is run from `before-save-hook'."
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)))
+ ;; We return nil in case this is used in write-contents-functions.
+ nil)))
;;;###autoload(add-to-list 'auto-mode-alist '("\\.soa\\'" . dns-mode))