]> 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:43:28 +0000 (14:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Apr 2007 14:43:28 +0000 (14:43 +0000)
lisp/ChangeLog
lisp/international/mule.el

index 1e3ecfaa8380be3a862b095ac27967471c5d6c41..c01bc9185298e262500e4e1157e15aae0a15fea2 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-29  Richard Stallman  <rms@gnu.org>
+
+       * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
+
 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/cc-mode.el (c-before-change): Use point-min rather
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).