# HG changeset patch # User Romain Francoise # Date 1155305484 0 # Node ID 3b5cb5e41d552677364fc35254574bb8ec8f0be9 # Parent 8cd74611dbf44cd9fa0d774831c03684765224b1 Fix formatting/indentation. diff -r 8cd74611dbf4 -r 3b5cb5e41d55 lisp/textmodes/dns-mode.el --- a/lisp/textmodes/dns-mode.el Fri Aug 11 14:11:10 2006 +0000 +++ b/lisp/textmodes/dns-mode.el Fri Aug 11 14:11:24 2006 +0000 @@ -216,12 +216,12 @@ 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))