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
7ca1d903
Commit
7ca1d903
authored
Feb 06, 1994
by
Richard M. Stallman
Browse files
(auto-mode-alist): Add elt for .tcl files.
Move texinfo elts up.
parent
b36b40ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/files.el
lisp/files.el
+3
-2
No files found.
lisp/files.el
View file @
7ca1d903
...
...
@@ -789,6 +789,8 @@ run `normal-mode' explicitly."
;;; ("[Mm]akefile" . makefile-mode)
;;; Less common extensions come here
;;; so more common ones above are found faster.
(
"\\.texinfo\\'"
.
texinfo-mode
)
(
"\\.texi\\'"
.
texinfo-mode
)
(
"\\.s\\'"
.
asm-mode
)
(
"ChangeLog\\'"
.
change-log-mode
)
(
"change.log\\'"
.
change-log-mode
)
...
...
@@ -804,8 +806,7 @@ run `normal-mode' explicitly."
(
"\\.bib\\'"
.
bibtex-mode
)
(
"\\.article\\'"
.
text-mode
)
(
"\\.letter\\'"
.
text-mode
)
(
"\\.texinfo\\'"
.
texinfo-mode
)
(
"\\.texi\\'"
.
texinfo-mode
)
(
"\\.tcl\\'"
.
tcl-mode
)
(
"\\.lsp\\'"
.
lisp-mode
)
(
"\\.awk\\'"
.
awk-mode
)
(
"\\.prolog\\'"
.
prolog-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