]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Make archive-mode the default for
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Jun 1995 22:37:56 +0000 (22:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Jun 1995 22:37:56 +0000 (22:37 +0000)
.arc, .lzh, .zip, and .zoo files.

lisp/files.el

index 714dbb389b80847386e01bf9a5008bda803bde6b..80f0b3fea8adf24b36eaf18aad723ab35c314be1 100644 (file)
@@ -881,6 +881,7 @@ run `normal-mode' explicitly."
                                  ("\\.awk\\'" . awk-mode)
                                  ("\\.prolog\\'" . prolog-mode)
                                  ("\\.tar\\'" . tar-mode)
+                                 ("\\.\\(arc\\|zip\\|lzh\\|zoo\\)\\'" . archive-mode)
                                  ;; Mailer puts message to be edited in
                                  ;; /tmp/Re.... or Message
                                  ("^/tmp/Re" . text-mode)