diff options
author | Juri Linkov <juri@jurta.org> | 2004-11-11 21:38:47 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-11-11 21:38:47 +0000 |
commit | 6d1289c3384c231d185e43cdcefbfd49007887a1 (patch) | |
tree | 2ed7a8bdd04ce939e67cda2f646b7e586aa8212f | |
parent | ae465fa737e2e3866795e96d30d692033d0d521a (diff) | |
download | emacs-6d1289c3384c231d185e43cdcefbfd49007887a1.tar.gz |
Restore iso-2022-7bit coding in commented out code.
-rw-r--r-- | lisp/international/mule-cmds.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 99f285caa32..75b0d5ed227 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1889,8 +1889,8 @@ specifies the character set for the major languages of Western Europe." ?3)) ;; We suppress these setting for the moment because the ;; above assumption is wrong. - ;; (aset standard-display-table ?' [?’]) - ;; (aset standard-display-table ?` [?‘]) + ;; (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) |