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
05623156
Commit
05623156
authored
May 07, 2010
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
* files.el (auto-mode-alist): Remove redundant entries.
parent
59d93e87
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/files.el
lisp/files.el
+0
-2
lisp/textmodes/dns-mode.el
lisp/textmodes/dns-mode.el
+1
-0
No files found.
lisp/ChangeLog
View file @
05623156
...
...
@@ -4,6 +4,9 @@
2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
* textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
* files.el (auto-mode-alist): Remove redundant entries.
* files.el (auto-save-mode): Move to simple.el to fix bootstrap.
* simple.el (auto-save-mode): Move from files.el.
* minibuffer.el (completion--common-suffix): Fix copy&paste error.
...
...
lisp/files.el
View file @
05623156
...
...
@@ -2260,7 +2260,6 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode)
;; /tmp/Re.... or Message
("
\\
`
/tmp/Re
" . text-mode)
("
/Message[0-9]*\\
'
" . text-mode)
("
\\.zone\\
'
" . zone-mode)
;; some news reader is reported to use this
("
\\
`
/tmp/fol/
" . text-mode)
("
\\.oak\\
'
" . scheme-mode)
...
...
@@ -2294,7 +2293,6 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode)
("#\\*mail\\*" . mail-mode)
("\\.g\\'" . antlr-mode)
("\\.ses\\'" . ses-mode)
("\\.\\(soa\\|zone\\
)
\\
'
" . dns-mode)
("\\.docbook\\'" . sgml-mode)
("\\.com\\'" . dcl-mode)
("/config\\.\\(?:bat\\|log\\
)
\\
'
" . fundamental-mode)
...
...
lisp/textmodes/dns-mode.el
View file @
05623156
...
...
@@ -151,6 +151,7 @@ Turning on DNS mode runs `dns-mode-hook'."
(
easy-menu-add
dns-mode-menu
dns-mode-map
))
;;;###autoload (defalias 'zone-mode 'dns-mode)
;;;###autoload (add-to-list 'auto-mode-alist (purecopy '("\\.zone\\'" . zone-mode)))
;; Tools.
...
...
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