aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2003-11-25 23:10:47 +0000
committerKenichi Handa2003-11-25 23:10:47 +0000
commitd0d071d2d7d7ab8c22df30e33cc2b6e02dd52f7c (patch)
treee724819a3dd96fd373ab6fe8c44c3521061c15c8
parentc7cc2f9e9a03058d970019af9e6eea5feef4cc70 (diff)
downloademacs-d0d071d2d7d7ab8c22df30e33cc2b6e02dd52f7c.tar.gz
emacs-d0d071d2d7d7ab8c22df30e33cc2b6e02dd52f7c.zip
(standard-display-european-internal):
Cancel the standard-display-table setting for ` and '.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/mule-cmds.el6
2 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a570148f21..e16f53532c3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12003-11-26 Kenichi Handa <handa@m17n.org>
2
3 * international/mule-cmds.el (standard-display-european-internal):
4 Cancel the standard-display-table setting for ` and '.
5
12003-11-26 Kim F. Storm <storm@cua.dk> 62003-11-26 Kim F. Storm <storm@cua.dk>
2 7
3 * ido.el (ido-use-filename-at-point, ido-use-url-at-point): 8 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index fb918094d4c..a9ed8299ad9 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1822,8 +1822,10 @@ specifies the character set for the major languages of Western Europe."
1822 (string= "The XFree86 Project, Inc" (x-server-vendor)) 1822 (string= "The XFree86 Project, Inc" (x-server-vendor))
1823 (> (aref (number-to-string (nth 2 (x-server-version))) 0) 1823 (> (aref (number-to-string (nth 2 (x-server-version))) 0)
1824 ?3)) 1824 ?3))
1825 (aset standard-display-table ?' [?$,1ry(B]) 1825 ;; We suppress these setting for the moment because the
1826 (aset standard-display-table ?` [?$,1rx(B]) 1826 ;; above assumption is wrong.
1827 ;; (aset standard-display-table ?' [?$,1ry(B])
1828 ;; (aset standard-display-table ?` [?$,1rx(B])
1827 ;; The fonts don't have the relevant bug. 1829 ;; The fonts don't have the relevant bug.
1828 (aset standard-display-table 160 nil) 1830 (aset standard-display-table 160 nil)
1829 (aset standard-display-table (make-char 'latin-iso8859-1 160) 1831 (aset standard-display-table (make-char 'latin-iso8859-1 160)