diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-03-25 03:49:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-03-25 03:49:26 +0000 |
commit | a98daaefa17bcc64bc76b8125900d991187dcc27 (patch) | |
tree | a5f804e538684ca2eb2c7edacc7615e4f1a21244 /lisp/vms-patch.el | |
parent | 87c033db6f7dc9660584b2cef97d540a81e32e00 (diff) | |
download | emacs-a98daaefa17bcc64bc76b8125900d991187dcc27.tar.gz |
(auto-mode-alist): Add .com element.
Diffstat (limited to 'lisp/vms-patch.el')
-rw-r--r-- | lisp/vms-patch.el | 2 |
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 @@ ;;; Code: +(setq auto-mode-alist (cons '(("\\.com\\'" . dcl-mode)) auto-mode-alist)) + ;;; Functions that need redefinition ;;; VMS file names are upper case, but buffer names are more |