Mercurial > emacs
changeset 65366:6cf54c411ff4
(standard-display-european): Don't set
enable-multibyte-characters to nil.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Thu, 08 Sep 2005 18:41:13 +0000 |
parents | 83aa6efe327f |
children | 476036a1e6bf |
files | lisp/ChangeLog lisp/disp-table.el |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 08 08:54:34 2005 +0000 +++ b/lisp/ChangeLog Thu Sep 08 18:41:13 2005 +0000 @@ -1,3 +1,8 @@ +2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> + + * disp-table.el (standard-display-european): Don't set + enable-multibyte-characters to nil. + 2005-09-08 David Ponce <david@dponce.com> * recentf.el (recentf-show-file-shortcuts-flag): New option.
--- a/lisp/disp-table.el Thu Sep 08 08:54:34 2005 +0000 +++ b/lisp/disp-table.el Thu Sep 08 18:41:13 2005 +0000 @@ -220,8 +220,10 @@ (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.