Mercurial > emacs
changeset 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 | 6d46f493d819 |
children | 7f37ef17af0f |
files | lisp/vms-patch.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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