Mercurial > emacs
diff lisp/vms-patch.el @ 17245:12e32a06de22
(auto-mode-alist): Add .com element.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 25 Mar 1997 03:49:26 +0000 |
| parents | 83f275dcd93a |
| children | d4105bd038d0 |
line wrap: on
line diff
--- a/lisp/vms-patch.el Tue Mar 25 02:34:42 1997 +0000 +++ b/lisp/vms-patch.el Tue Mar 25 03:49:26 1997 +0000 @@ -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
