mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(auto-mode-alist): Add uppercase version of archive
mode file name extensions ARC, ZIP, LXH, ZOO.
This commit is contained in:
parent
3f0ec1b701
commit
12a8a23945
1 changed files with 1 additions and 0 deletions
|
|
@ -989,6 +989,7 @@ run `normal-mode' explicitly."
|
|||
("\\.prolog\\'" . prolog-mode)
|
||||
("\\.tar\\'" . tar-mode)
|
||||
("\\.\\(arc\\|zip\\|lzh\\|zoo\\)\\'" . archive-mode)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\)\\'" . archive-mode)
|
||||
;; Mailer puts message to be edited in
|
||||
;; /tmp/Re.... or Message
|
||||
("\\`/tmp/Re" . text-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue