From a98daaefa17bcc64bc76b8125900d991187dcc27 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Mar 1997 03:49:26 +0000 Subject: [PATCH] (auto-mode-alist): Add .com element. --- lisp/vms-patch.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2