From: Romain Francoise Date: Fri, 11 Aug 2006 14:11:24 +0000 (+0000) Subject: Fix formatting/indentation. X-Git-Tag: emacs-pretest-22.0.90~1032 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=08eedb79230d76e2faa005e8c343f744d0489a33;p=emacs.git Fix formatting/indentation. --- 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))