/[emacs]/emacs/lisp/international/mule-cmds.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-cmds.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.232 by handa, Thu May 22 01:48:26 2003 UTC revision 1.233 by eliz, Thu Jun 19 16:12:21 2003 UTC
# Line 1688  The default status is as follows: Line 1688  The default status is as follows:
1688    (let ((coding (get-language-info language-name 'unibyte-display)))    (let ((coding (get-language-info language-name 'unibyte-display)))
1689      (if coding      (if coding
1690          (standard-display-european-internal)          (standard-display-european-internal)
1691          ;; The following 2 lines undo the 8-bit display that we set up
1692          ;; in standard-display-european-internal, which see.  This is in
1693          ;; case the user has used standard-display-european earlier in
1694          ;; this session.  (The MS-DOS port doesn't use that setup, so it
1695          ;; doesn't need to undo it.)
1696        (standard-display-default (if (eq window-system 'pc) 128 160) 255)        (standard-display-default (if (eq window-system 'pc) 128 160) 255)
1697        (aset standard-display-table 146 nil))        (aset standard-display-table 146 nil))
1698      (or (eq window-system 'pc)      (or (eq window-system 'pc)

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26