diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-03-26 16:47:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-03-26 16:47:13 +0000 |
commit | e084f8c37645315754e0c13b6400ee0a21e4325a (patch) | |
tree | ac708a84a4399f1cbc47ff05abacf3409e0a4b20 /lisp/files.el | |
parent | 04dd07e31cd33df0b414bdce9a7cf4ab87d74cde (diff) | |
download | emacs-e084f8c37645315754e0c13b6400ee0a21e4325a.tar.gz |
(auto-mode-alist): Add .xpi files.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |