diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-04-29 14:39:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-04-29 14:39:07 +0000 |
commit | dd45bc8635801e9bab05ef5c8eb6ca3aaf20f54c (patch) | |
tree | 459f8ec4cd735db3a6b9c294bca808835b0f0b29 /lisp | |
parent | 769da2c15de6d8360a8b9926e0229718507beae2 (diff) | |
download | emacs-dd45bc8635801e9bab05ef5c8eb6ca3aaf20f54c.tar.gz emacs-dd45bc8635801e9bab05ef5c8eb6ca3aaf20f54c.tar.bz2 emacs-dd45bc8635801e9bab05ef5c8eb6ca3aaf20f54c.zip |
(auto-coding-alist): Add pdf => no-conversion.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/mule.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 1de9b40105c..bee0bdcbca3 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -1586,6 +1586,7 @@ text, and convert it in the temporary buffer. Otherwise, convert in-place." ("\\.\\(sx[dmicw]\\|odt\\|tar\\|tgz\\)\\'" . no-conversion) ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion) ("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion) + ("\\.pdf\\'" . no-conversion) ("/#[^/]+#\\'" . emacs-mule)) "Alist of filename patterns vs corresponding coding systems. Each element looks like (REGEXP . CODING-SYSTEM). |