diff options
| author | Chong Yidong | 2007-04-19 23:51:59 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-19 23:51:59 +0000 |
| commit | 3a6a59810756dbf28da0b225ae775f699c10ab25 (patch) | |
| tree | 5df6f0d1f303f66c6cf80843f5d6c1c793b56b51 /lisp | |
| parent | 6cc62df0e83cadfd0635ad4128ea2890f959d639 (diff) | |
| download | emacs-3a6a59810756dbf28da0b225ae775f699c10ab25.tar.gz emacs-3a6a59810756dbf28da0b225ae775f699c10ab25.zip | |
(auto-coding-alist): no-conversion for .exe and .EXE.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/mule.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index bcf6827c7a9..1de9b40105c 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1579,8 +1579,10 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place." | |||
| 1579 | ;;; FILE I/O | 1579 | ;;; FILE I/O |
| 1580 | 1580 | ||
| 1581 | (defcustom auto-coding-alist | 1581 | (defcustom auto-coding-alist |
| 1582 | '(("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\)\\'" . no-conversion) | 1582 | ;; .exe and .EXE are added to support archive-mode looking at DOS |
| 1583 | ("\\.\\(ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\)\\'" . no-conversion) | 1583 | ;; self-extracting exe archives. |
| 1584 | '(("\\.\\(arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|exe\\)\\'" . no-conversion) | ||
| 1585 | ("\\.\\(ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|EXE\\)\\'" . no-conversion) | ||
| 1584 | ("\\.\\(sx[dmicw]\\|odt\\|tar\\|tgz\\)\\'" . no-conversion) | 1586 | ("\\.\\(sx[dmicw]\\|odt\\|tar\\|tgz\\)\\'" . no-conversion) |
| 1585 | ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion) | 1587 | ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion) |
| 1586 | ("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion) | 1588 | ("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion) |