# HG changeset patch # User Reiner Steib # Date 1126204873 0 # Node ID 6cf54c411ff4ae681cc7fa42ef784865678901d6 # Parent 83aa6efe327f077f28f853f1d64c0b743ca25157 (standard-display-european): Don't set enable-multibyte-characters to nil. diff -r 83aa6efe327f -r 6cf54c411ff4 lisp/ChangeLog --- 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 + + * 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 -r 83aa6efe327f -r 6cf54c411ff4 lisp/disp-table.el --- 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.