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
e55c4863
Commit
e55c4863
authored
Jun 23, 2001
by
Eli Zaretskii
Browse files
(auto-mode-alist): Add configure.ac (autoconf).
parent
0202508f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e55c4863
2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
* files.el (auto-mode-alist): Add configure.ac (autoconf). From
Karl Eichwalder <ke@suse.de>.
2001-06-23 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
...
...
lisp/files.el
View file @
e55c4863
...
...
@@ -1455,7 +1455,7 @@ in that case, this function acts as if `enable-local-variables' were t."
(
"\\.\\(diffs?\\|patch\\|rej\\)\\'"
.
diff-mode
)
(
"\\.\\(dif\\|pat\\)\\'"
.
diff-mode
)
; for MSDOG
(
"\\.[eE]?[pP][sS]\\'"
.
ps-mode
)
(
"configure\\.
in
\\'"
.
autoconf-mode
)
(
"configure\\.
\\(ac\\|in\\)
\\'"
.
autoconf-mode
)
(
"BROWSE\\'"
.
ebrowse-tree-mode
)
(
"\\.ebrowse\\'"
.
ebrowse-tree-mode
)
(
"#\\*mail\\*"
.
mail-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