changeset 37888:2e08c7d128e6

2001-05-25 Andrew Choi <akochoi@i-cable.com> * international/titdic-cnv.el (ctlau-gb-converter): `\' should actually be `\\'. (ctlau-b5-converter): Likewise.
author Andrew Choi <akochoi@shaw.ca>
date Fri, 25 May 2001 11:47:37 +0000
parents 1ebd03c6b468
children 4a5ea0885c7b
files lisp/ChangeLog lisp/international/titdic-cnv.el
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <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):
--- 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)