mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(standard-display-european): Don't set
enable-multibyte-characters to nil.
This commit is contained in:
parent
e58af6f198
commit
6fbb1eb031
2 changed files with 9 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue