mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
(auto-mode-alist): Add .com element.
This commit is contained in:
parent
87c033db6f
commit
a98daaefa1
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue