From 6d1289c3384c231d185e43cdcefbfd49007887a1 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 11 Nov 2004 21:38:47 +0000 Subject: [PATCH] Restore iso-2022-7bit coding in commented out code. --- lisp/international/mule-cmds.el | 4 ++-- 1 file 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) -- 2.39.2