]> 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:48:52 +0000 (16:48 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 10 Dec 2004 16:48:52 +0000 (16:48 +0000)
lisp/ChangeLog
lisp/files.el

index ef5e373c62ca69ee98e873bc704f4a63e766f595..63365a866d64cd68a8a59b8a0e7c76e5a9a56c32 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.
+
 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * Version 21.2 released.
@@ -19,7 +23,7 @@
 
 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
 
-       * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern): 
+       * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
        Use the other-window instead of the other-frame functions when
        the window is dedicated.
 
index e9ced2fc033cfb85d4d8cbbdfa5d79ac621f309c..5eb4b7907a61836bbb2f21e47cfeee2412914964 100644 (file)
@@ -1467,6 +1467,7 @@ in that case, this function acts as if `enable-local-variables' were t."
      ("BROWSE\\'" . ebrowse-tree-mode)
      ("\\.ebrowse\\'" . ebrowse-tree-mode)
      ("#\\*mail\\*" . mail-mode)
+     ("\\.com\\'" . dcl-mode)
      ;; Get rid of any trailing .n.m and try again.
      ;; This is for files saved by cvs-merge that look like .#<file>.<rev>
      ;; or .#<file>.<rev>-<rev> or VC's <file>.~<rev>~.