1
Fork 0
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:
Richard M. Stallman 1996-06-18 15:55:20 +00:00
parent 3f0ec1b701
commit 12a8a23945

View file

@ -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)