aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-11-11 21:38:47 +0000
committerJuri Linkov2004-11-11 21:38:47 +0000
commit6d1289c3384c231d185e43cdcefbfd49007887a1 (patch)
tree2ed7a8bdd04ce939e67cda2f646b7e586aa8212f
parentae465fa737e2e3866795e96d30d692033d0d521a (diff)
downloademacs-6d1289c3384c231d185e43cdcefbfd49007887a1.tar.gz
emacs-6d1289c3384c231d185e43cdcefbfd49007887a1.zip
Restore iso-2022-7bit coding in commented out code.
-rw-r--r--lisp/international/mule-cmds.el4
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."
1889 ?3)) 1889 ?3))
1890 ;; We suppress these setting for the moment because the 1890 ;; We suppress these setting for the moment because the
1891 ;; above assumption is wrong. 1891 ;; above assumption is wrong.
1892 ;; (aset standard-display-table ?' [?]) 1892 ;; (aset standard-display-table ?' [?$,1ry(B])
1893 ;; (aset standard-display-table ?` [?]) 1893 ;; (aset standard-display-table ?` [?$,1rx(B])
1894 ;; The fonts don't have the relevant bug. 1894 ;; The fonts don't have the relevant bug.
1895 (aset standard-display-table 160 nil) 1895 (aset standard-display-table 160 nil)
1896 (aset standard-display-table (make-char 'latin-iso8859-1 160) 1896 (aset standard-display-table (make-char 'latin-iso8859-1 160)