aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-03-25 03:49:26 +0000
committerRichard M. Stallman1997-03-25 03:49:26 +0000
commita98daaefa17bcc64bc76b8125900d991187dcc27 (patch)
treea5f804e538684ca2eb2c7edacc7615e4f1a21244
parent87c033db6f7dc9660584b2cef97d540a81e32e00 (diff)
downloademacs-a98daaefa17bcc64bc76b8125900d991187dcc27.tar.gz
emacs-a98daaefa17bcc64bc76b8125900d991187dcc27.zip
(auto-mode-alist): Add .com element.
-rw-r--r--lisp/vms-patch.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el
index 41dcd99fbcb..107b6b4ef3f 100644
--- a/lisp/vms-patch.el
+++ b/lisp/vms-patch.el
@@ -24,6 +24,8 @@
24 24
25;;; Code: 25;;; Code:
26 26
27(setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist))
28
27;;; Functions that need redefinition 29;;; Functions that need redefinition
28 30
29;;; VMS file names are upper case, but buffer names are more 31;;; VMS file names are upper case, but buffer names are more