From 6fbb1eb031bdb10bca9d7db948ae1dd470488f6c Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Thu, 8 Sep 2005 18:41:13 +0000 Subject: [PATCH] (standard-display-european): Don't set enable-multibyte-characters to nil. --- lisp/ChangeLog | 5 +++++ lisp/disp-table.el | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f15d9812184..b07c4a05773 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-09-08 Reiner Steib + + * disp-table.el (standard-display-european): Don't set + enable-multibyte-characters to nil. + 2005-09-08 David Ponce * recentf.el (recentf-show-file-shortcuts-flag): New option. diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 8e5fa12bad7..778ea092e43 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. -- 2.39.5