diff options
| -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 @@ | |||
| 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 |