aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))