From: Richard M. Stallman Date: Thu, 29 Jun 1995 22:37:56 +0000 (+0000) Subject: (auto-mode-alist): Make archive-mode the default for X-Git-Tag: emacs-19.34~3421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d3541803d499fbad3b9c18633dcb51c5d9123c5;p=emacs.git (auto-mode-alist): Make archive-mode the default for .arc, .lzh, .zip, and .zoo files. --- diff --git a/lisp/files.el b/lisp/files.el index 714dbb389b8..80f0b3fea8a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)