comparison lisp/disp-table.el @ 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 41bb365f41c4
children 8e3aeb72b4d2 10fe5fadaf89
comparison
equal deleted inserted replaced
65365:83aa6efe327f 65366:6cf54c411ff4
218 (progn 218 (progn
219 (standard-display-default 160 255) 219 (standard-display-default 160 255)
220 (unless (or (memq window-system '(x w32))) 220 (unless (or (memq window-system '(x w32)))
221 (and (terminal-coding-system) 221 (and (terminal-coding-system)
222 (set-terminal-coding-system nil)))) 222 (set-terminal-coding-system nil))))
223 ;; Turn off multibyte chars for more compatibility. 223
224 (setq-default enable-multibyte-characters nil) 224 (display-warning 'i18n
225 "`standard-display-european' is semi-obsolete"
226 :warning)
225 227
226 ;; Switch to Latin-1 language environment 228 ;; Switch to Latin-1 language environment
227 ;; unless some other has been specified. 229 ;; unless some other has been specified.
228 (if (equal current-language-environment "English") 230 (if (equal current-language-environment "English")
229 (set-language-environment "latin-1")) 231 (set-language-environment "latin-1"))