emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108151: Also apply previous chang


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108151: Also apply previous change to file locals at the end of the file
Date: Fri, 02 Nov 2012 02:18:55 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108151
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-05-07 17:45:34 -0400
message:
  Also apply previous change to file locals at the end of the file
modified:
  lisp/international/mule.el
=== modified file 'lisp/international/mule.el'
--- a/lisp/international/mule.el        2012-05-07 21:26:08 +0000
+++ b/lisp/international/mule.el        2012-05-07 21:45:34 +0000
@@ -1890,6 +1890,8 @@
                (goto-char pos)
                (when (and set-auto-coding-for-load
                           (re-search-forward re-unibyte tail-end t))
+                  (display-warning 'mule "`unibyte: t' is obsolete; \
+use \"coding: 'raw-text\" instead." :warning)
                  (setq coding-system 'raw-text))
                (when (and (not coding-system)
                           (re-search-forward re-coding tail-end t))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]