From: Thien-Thi Nguyen Date: Fri, 10 Dec 2004 16:40:44 +0000 (+0000) Subject: (auto-mode-alist): Map .com to DCL mode. X-Git-Tag: ttn-vms-21-2-B4~3340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00daa381bc928c38f36a0ac98dc04749bafbe7ea;p=emacs.git (auto-mode-alist): Map .com to DCL mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94daea9fe5c..8caec00e85e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-12-10 Thien-Thi Nguyen + + * files.el (auto-mode-alist): Map .com to DCL mode. + 2004-12-09 Richard M. Stallman * isearch.el (isearch-mode-map): Treat S-SPC like SPC. diff --git a/lisp/files.el b/lisp/files.el index 1b269c0ddfa..e80e8fc766b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)