emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/disp-table.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/disp-table.el
Date: Thu, 08 Sep 2005 14:41:15 -0400

Index: emacs/lisp/disp-table.el
diff -c emacs/lisp/disp-table.el:1.56 emacs/lisp/disp-table.el:1.57
*** emacs/lisp/disp-table.el:1.56       Sat Aug  6 22:13:42 2005
--- emacs/lisp/disp-table.el    Thu Sep  8 18:41:12 2005
***************
*** 220,227 ****
        (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)
  
      ;; Switch to Latin-1 language environment
      ;; unless some other has been specified.
--- 220,229 ----
        (unless (or (memq window-system '(x w32)))
          (and (terminal-coding-system)
               (set-terminal-coding-system nil))))
! 
!     (display-warning 'i18n
!                    "`standard-display-european' is semi-obsolete"
!                    :warning)
  
      ;; Switch to Latin-1 language environment
      ;; unless some other has been specified.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]