diff options
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). |