From e15f58f871d90d1bdbbeb907bc81d85f29ae0b13 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Fri, 28 Aug 2009 23:48:46 +0000 Subject: [PATCH] (magic-fallback-mode-alist): Add ZIP magic number associated with `archive-mode'. --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/files.el b/lisp/files.el index 2c695c1d4bd..a23408a0beb 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2402,6 +2402,7 @@ If FUNCTION is nil, then it is not called. (That is a way of saying (defvar magic-fallback-mode-alist `((image-type-auto-detected-p . image-mode) + ("\\(PK00\\)?[P]K\003\004" . archive-mode) ; zip ;; The < comes before the groups (but the first) to reduce backtracking. ;; TODO: UTF-16