(auto-coding-alist): no-conversion for .exe and .EXE.
This commit is contained in:
parent
6cc62df0e8
commit
3a6a598107
1 changed files with 4 additions and 2 deletions
|
|
@ -1579,8 +1579,10 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place."
|
|||
;;; FILE I/O
|
||||
|
||||
(defcustom auto-coding-alist
|
||||
'(("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\)\\'" . no-conversion)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . no-conversion)
|
||||
;; .exe and .EXE are added to support archive-mode looking at DOS
|
||||
;; self-extracting exe archives.
|
||||
'(("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|exe\\)\\'" . no-conversion)
|
||||
("\\.\\(ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|EXE\\)\\'" . no-conversion)
|
||||
("\\.\\(sx[dmicw]\\|odt\\|tar\\|tgz\\)\\'" . no-conversion)
|
||||
("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
|
||||
("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue