mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(auto-mode-alist): Map .com to DCL mode.
This commit is contained in:
parent
ae09da48cf
commit
00daa381bc
@ -1,3 +1,7 @@
|
||||
2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
||||
* files.el (auto-mode-alist): Map .com to DCL mode.
|
||||
|
||||
2004-12-09 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* isearch.el (isearch-mode-map): Treat S-SPC like SPC.
|
||||
|
@ -1757,6 +1757,7 @@ in that case, this function acts as if `enable-local-variables' were t."
|
||||
("\\.ses\\'" . ses-mode)
|
||||
("\\.\\(soa\\|zone\\)\\'" . dns-mode)
|
||||
("\\.docbook\\'" . sgml-mode)
|
||||
("\\.com\\'" . dcl-mode)
|
||||
("/config\\.\\(?:bat\\|log\\)\\'" . fundamental-mode)
|
||||
;; Windows candidates may be opened case sensitively on Unix
|
||||
("\\.\\(?:[iI][nN][iI]\\|[lL][sS][tT]\\|[rR][eE][gG]\\|[sS][yY][sS]\\)\\'" . conf-mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user