summaryrefslogtreecommitdiff
path: root/lisp/disp-table.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/disp-table.el')
-rw-r--r--lisp/disp-table.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index 87b3eb5057a..f7052013bae 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -220,8 +220,10 @@ for users who call this function in `.emacs'."
(unless (or (memq window-system '(x w32)))
(and (terminal-coding-system)
(set-terminal-coding-system nil))))
- ;; Turn off multibyte chars for more compatibility.
- (setq-default enable-multibyte-characters nil)
+
+ (display-warning 'i18n
+ "`standard-display-european' is semi-obsolete"
+ :warning)
;; Switch to Latin-1 language environment
;; unless some other has been specified.