mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
Fix formatting/indentation.
This commit is contained in:
parent
b3302d9b0a
commit
08eedb7923
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user