From: Richard M. Stallman Date: Sun, 29 Apr 2007 14:43:28 +0000 (+0000) Subject: (auto-coding-alist): Add pdf => no-conversion. X-Git-Tag: emacs-pretest-23.0.90~12752 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f37a5760b6efac0b70b3a89ee4014938c493f15;p=emacs.git (auto-coding-alist): Add pdf => no-conversion. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e3ecfaa838..c01bc918529 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-04-29 Richard Stallman + + * international/mule.el (auto-coding-alist): Add pdf => no-conversion. + 2007-04-28 Stefan Monnier * progmodes/cc-mode.el (c-before-change): Use point-min rather 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).