aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-07 17:45:34 -0400
committerGlenn Morris2012-05-07 17:45:34 -0400
commitfdcbcff2253638dedb582b3c8dfc26f2b51f9c2e (patch)
treeeeb23e47ee8061cc3aa768b80d15b154496f2ad7
parent037945709a73158972078ea4f0f8daa1e7181756 (diff)
downloademacs-fdcbcff2253638dedb582b3c8dfc26f2b51f9c2e.tar.gz
emacs-fdcbcff2253638dedb582b3c8dfc26f2b51f9c2e.zip
Also apply previous change to file locals at the end of the file
-rw-r--r--lisp/international/mule.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 3257b069787..4d567a6e9d8 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1890,6 +1890,8 @@ use \"coding: 'raw-text\" instead." :warning)
1890 (goto-char pos) 1890 (goto-char pos)
1891 (when (and set-auto-coding-for-load 1891 (when (and set-auto-coding-for-load
1892 (re-search-forward re-unibyte tail-end t)) 1892 (re-search-forward re-unibyte tail-end t))
1893 (display-warning 'mule "`unibyte: t' is obsolete; \
1894use \"coding: 'raw-text\" instead." :warning)
1893 (setq coding-system 'raw-text)) 1895 (setq coding-system 'raw-text))
1894 (when (and (not coding-system) 1896 (when (and (not coding-system)
1895 (re-search-forward re-coding tail-end t)) 1897 (re-search-forward re-coding tail-end t))