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
a12bfcd8
Commit
a12bfcd8
authored
Sep 30, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(auto-mode-alist): Add pattern for `#*mail*...'.
parent
8a5506f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/files.el
lisp/files.el
+2
-1
No files found.
lisp/files.el
View file @
a12bfcd8
...
...
@@ -1454,7 +1454,8 @@ in that case, this function acts as if `enable-local-variables' were t."
(
"\\.[eE]?[pP][sS]$"
.
ps-mode
)
(
"configure\\.in\\'"
.
autoconf-mode
)
(
"BROWSE\\'"
.
ebrowse-tree-mode
)
(
"\\.ebrowse\\'"
.
ebrowse-tree-mode
)))
(
"\\.ebrowse\\'"
.
ebrowse-tree-mode
)
(
"#\\*mail\\*"
.
mail-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