From: Eli Zaretskii Date: Sat, 26 Mar 2005 16:47:13 +0000 (+0000) Subject: (auto-mode-alist): Add .xpi files. X-Git-Tag: ttn-vms-21-2-B4~1485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e084f8c37645315754e0c13b6400ee0a21e4325a;p=emacs.git (auto-mode-alist): Add .xpi files. --- diff --git a/lisp/files.el b/lisp/files.el index 887fb83b7a9..b6ef1dea31f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1777,8 +1777,8 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.tar\\'" . tar-mode) ;; The list of archive file extensions should be in sync with ;; `auto-coding-alist' with `no-conversion' coding system. - ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\)\\'" . archive-mode) - ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\)\\'" . archive-mode) + ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\|xpi\\)\\'" . archive-mode) + ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . archive-mode) ("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org ;; Mailer puts message to be edited in ;; /tmp/Re.... or Message