# HG changeset patch # User Richard M. Stallman # Date 859261766 0 # Node ID 12e32a06de228917c07fd0126b39e16866131983 # Parent 6d46f493d819b8a261ce74d5f938e5dfcfa28765 (auto-mode-alist): Add .com element. diff -r 6d46f493d819 -r 12e32a06de22 lisp/vms-patch.el --- 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