[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108151: Also apply previous change t
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108151: Also apply previous change to file locals at the end of the file |
Date: |
Mon, 07 May 2012 17:45:34 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108151: Also apply previous change to file locals at the end of the file,
Glenn Morris <=