Mercurial > emacs
diff lisp/international/mule-cmds.el @ 53168:c5ff40827243
(standard-display-european-internal):
Cancel the standard-display-table setting for ` and '.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 25 Nov 2003 23:10:34 +0000 |
parents | e165768a25a7 |
children | b18fd10266de |
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el Tue Nov 25 22:10:52 2003 +0000 +++ b/lisp/international/mule-cmds.el Tue Nov 25 23:10:34 2003 +0000 @@ -1822,8 +1822,10 @@ (string= "The XFree86 Project, Inc" (x-server-vendor)) (> (aref (number-to-string (nth 2 (x-server-version))) 0) ?3)) - (aset standard-display-table ?' [?$,1ry(B]) - (aset standard-display-table ?` [?$,1rx(B]) + ;; We suppress these setting for the moment because the + ;; above assumption is wrong. + ;; (aset standard-display-table ?' [?$,1ry(B]) + ;; (aset standard-display-table ?` [?$,1rx(B]) ;; The fonts don't have the relevant bug. (aset standard-display-table 160 nil) (aset standard-display-table (make-char 'latin-iso8859-1 160)