# HG changeset patch # User Andrew Choi # Date 990791257 0 # Node ID 2e08c7d128e60f2e70a65b12b4432857e00079c8 # Parent 1ebd03c6b46879629aafe20008624a0295afe67e 2001-05-25 Andrew Choi * international/titdic-cnv.el (ctlau-gb-converter): `\' should actually be `\\'. (ctlau-b5-converter): Likewise. diff -r 1ebd03c6b468 -r 2e08c7d128e6 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 24 21:55:04 2001 +0000 +++ b/lisp/ChangeLog Fri May 25 11:47:37 2001 +0000 @@ -1,3 +1,9 @@ +2001-05-25 Andrew Choi + + * international/titdic-cnv.el (ctlau-gb-converter): `\' should + actually be `\\'. + (ctlau-b5-converter): Likewise. + 2001-05-24 Andrew Choi * international/titdic-cnv.el (quail-misc-package-ext-info): diff -r 1ebd03c6b468 -r 2e08c7d128e6 lisp/international/titdic-cnv.el --- a/lisp/international/titdic-cnv.el Thu May 24 21:55:04 2001 +0000 +++ b/lisp/international/titdic-cnv.el Fri May 25 11:47:37 2001 +0000 @@ -1084,7 +1084,7 @@ 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 @@ 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)