]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Map .com to DCL mode.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 10 Dec 2004 16:40:44 +0000 (16:40 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 10 Dec 2004 16:40:44 +0000 (16:40 +0000)
lisp/ChangeLog
lisp/files.el

index 94daea9fe5c73424a14b5283eb1ea9e7be2e5a27..8caec00e85e6690fa9dad2e37765a56856336162 100644 (file)
@@ -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.
index 1b269c0ddfa347cb91a26b9e2797cc6aed5d18a7..e80e8fc766b580bd5a2609977ba69fee011ee2e1 100644 (file)
@@ -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)