summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndrew Choi <akochoi@shaw.ca>2001-05-25 11:47:37 +0000
committerAndrew Choi <akochoi@shaw.ca>2001-05-25 11:47:37 +0000
commit4e7e1f0302e8f47adb680c77b4fdaf638dc40d4e (patch)
tree5214533e7d16b3418380958ddd7eb9d9bc383495 /lisp
parentba5d9bfdadeb9c4a7f86a7520c48cf3df869e9e0 (diff)
downloademacs-4e7e1f0302e8f47adb680c77b4fdaf638dc40d4e.tar.gz
emacs-4e7e1f0302e8f47adb680c77b4fdaf638dc40d4e.tar.bz2
emacs-4e7e1f0302e8f47adb680c77b4fdaf638dc40d4e.zip
2001-05-25 Andrew Choi <akochoi@i-cable.com>
* international/titdic-cnv.el (ctlau-gb-converter): `\' should actually be `\\'. (ctlau-b5-converter): Likewise.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/international/titdic-cnv.el4
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 37c24b5a196..ca950dcb3b3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-25 Andrew Choi <akochoi@i-cable.com>
+
+ * international/titdic-cnv.el (ctlau-gb-converter): `\' should
+ actually be `\\'.
+ (ctlau-b5-converter): Likewise.
+
2001-05-24 Andrew Choi <akochoi@i-cable.com>
* international/titdic-cnv.el (quail-misc-package-ext-info):
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el
index 03e2fdd990e..8865024f89b 100644
--- a/lisp/international/titdic-cnv.el
+++ b/lisp/international/titdic-cnv.el
@@ -1084,7 +1084,7 @@ To input symbols and punctuations, type `/' followed by one of `a' to
Originally converted from CTCPS3.tit
Last modified: June 2, 1993.
- Some infrequent GB characters are accessed by typing \, followed by
+ Some infrequent GB characters are accessed by typing \\, followed by
the Cantonese romanization of the respective radical ($A2?JW(B)."))
(defun ctlau-b5-converter (dicbuf name title)
@@ -1098,7 +1098,7 @@ To input symbols and punctuations, type `/' followed by one of `a' to
Originally converted from CTCPS3.tit
Last modified: June 2, 1993.
- Some infrequent characters are accessed by typing \, followed by
+ Some infrequent characters are accessed by typing \\, followed by
the Cantonese romanization of the respective radical ($(0?f5}(B)."))
(defun miscdic-convert (filename &optional dirname)