Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7423978d
Commit
7423978d
authored
Nov 29, 2000
by
Gerd Moellmann
Browse files
(auto-mode-alist): Add an entry for antlr-mode.
parent
aad0f6ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/files.el
lisp/files.el
+2
-1
No files found.
lisp/ChangeLog
View file @
7423978d
2000-11-29 Gerd Moellmann <gerd@gnu.org>
* files.el (auto-mode-alist): Add an entry for antlr-mode.
* play/5x5.el: Remove version info.
* toolbar/tool-bar.el (tool-bar-mode): Doc fix.
...
...
lisp/files.el
View file @
7423978d
...
...
@@ -1458,7 +1458,8 @@ in that case, this function acts as if `enable-local-variables' were t."
;;; The following should come after the ChangeLog pattern
;;; for the sake of ChangeLog.1, etc.
;;; and after the .scm.[0-9] and CVS' <file>.<rev> patterns too.
(
"\\.[12345678]\\'"
.
nroff-mode
)))
(
"\\.[12345678]\\'"
.
nroff-mode
)
(
"\\.g\\'"
.
antlr-mode
)))
"Alist of filename patterns vs corresponding major mode functions.
Each element looks like (REGEXP . FUNCTION) or (REGEXP FUNCTION NON-NIL).
\(NON-NIL stands for anything that is not nil; the value does not matter.)
...
...
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