]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-coding-alist): Add pdf => no-conversion.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Apr 2007 14:39:07 +0000 (14:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Apr 2007 14:39:07 +0000 (14:39 +0000)
lisp/international/mule.el

index 1de9b40105cf2dcb2123d2b31c46b315be176ae1..bee0bdcbca38504085769c05bb325295c15f8330 100644 (file)
@@ -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).