mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-28 19:42:02 +00:00
(auto-coding-alist): Add .xpi files.
This commit is contained in:
parent
e084f8c376
commit
d8df8af137
@ -1542,8 +1542,8 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place."
|
||||
;;; FILE I/O
|
||||
|
||||
(defcustom auto-coding-alist
|
||||
'(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\)\\'" . no-conversion)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\)\\'" . no-conversion)
|
||||
'(("\\.\\(arc\\|zip\\|lzh\\|zoo\\|[jew]ar\\|xpi\\)\\'" . no-conversion)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . no-conversion)
|
||||
("\\.\\(sx[dmicw]\\|tar\\|tgz\\)\\'" . no-conversion)
|
||||
("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
|
||||
("/#[^/]+#\\'" . emacs-mule))
|
||||
|
Loading…
Reference in New Issue
Block a user