Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
08eedb79
Commit
08eedb79
authored
Aug 11, 2006
by
Romain Francoise
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix formatting/indentation.
parent
b3302d9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/textmodes/dns-mode.el
lisp/textmodes/dns-mode.el
+5
-5
No files found.
lisp/textmodes/dns-mode.el
View file @
08eedb79
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment