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
7adc58e5
Commit
7adc58e5
authored
Sep 11, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
79311246
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/files.el
lisp/files.el
+4
-1
No files found.
lisp/files.el
View file @
7adc58e5
...
...
@@ -490,7 +490,6 @@ run `normal-mode' explicitly."
(
"\\.el\\'"
.
emacs-lisp-mode
)
(
"\\.mm\\'"
.
nroff-mode
)
(
"\\.me\\'"
.
nroff-mode
)
(
"\\.[12345678]\\'"
.
nroff-mode
)
(
"\\.scm\\'"
.
scheme-mode
)
(
"\\.l\\'"
.
lisp-mode
)
(
"\\.lisp\\'"
.
lisp-mode
)
...
...
@@ -504,7 +503,11 @@ run `normal-mode' explicitly."
;;; so more common ones above are found faster.
(
"\\.s\\'"
.
asm-mode
)
(
"ChangeLog\\'"
.
change-log-mode
)
(
"ChangeLog.[0-9]+\\'"
.
change-log-mode
)
(
"\\$CHANGE_LOG\\$\\.TXT"
.
change-log-mode
)
;; The following should come after the ChangeLog pattern
;; for the sake of ChangeLog.1, etc.
(
"\\.[12345678]\\'"
.
nroff-mode
)
(
"\\.TeX\\'"
.
TeX-mode
)
(
"\\.sty\\'"
.
LaTeX-mode
)
(
"\\.bbl\\'"
.
LaTeX-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