(standard-display-european): Don't set

enable-multibyte-characters to nil.
This commit is contained in:
Reiner Steib 2005-09-08 18:41:13 +00:00
parent e58af6f198
commit 6fbb1eb031
2 changed files with 9 additions and 2 deletions

View file

@ -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.

View file

@ -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.