changeset 12438:de20177f1cb2

(auto-mode-alist): Make archive-mode the default for .arc, .lzh, .zip, and .zoo files.
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Jun 1995 22:37:56 +0000
parents c3597b66e4bf
children 6141f81a80e5
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Thu Jun 29 22:36:57 1995 +0000
+++ b/lisp/files.el	Thu Jun 29 22:37:56 1995 +0000
@@ -881,6 +881,7 @@
 				  ("\\.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)