User: aidan
Date: 06/04/29 20:55:32
Modified: xemacs/lisp/mule ethio-util.el
Log:
Fix trunk problems caused by my latest commit.
Revision Changes Path
1.742 +5 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.741
retrieving revision 1.742
diff -u -p -r1.741 -r1.742
--- ChangeLog 2006/04/29 16:15:25 1.741
+++ ChangeLog 2006/04/29 18:55:27 1.742
@@ -1,5 +1,10 @@
2006-04-29 Aidan Kehoe <kehoea(a)parhasard.net>
+ * mule/ethio-util.el (ethio-fidel-to-java-buffer):
+ "\u" -> "\\u" as it should have been in the first place.
+
+2006-04-29 Aidan Kehoe <kehoea(a)parhasard.net>
+
* dumped-lisp.el (preloaded-file-list):
Move loadhist earlier in the preloaded-file list.
* help.el:
1.8 +1 -1 XEmacs/xemacs/lisp/mule/ethio-util.el
Index: ethio-util.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/mule/ethio-util.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ethio-util.el 2004/06/06 23:58:46 1.7
+++ ethio-util.el 2006/04/29 18:55:32 1.8
@@ -1778,7 +1778,7 @@ Each command is always surrounded by bra
(defun ethio-fidel-to-java-buffer nil
"Convert Ethiopic characters into the Java escape sequences.
-Each escape sequence is of the form \uXXXX, where XXXX is the
+Each escape sequence is of the form \\uXXXX, where XXXX is the
character's codepoint (in hex) in Unicode.
If `ethio-java-save-lowercase' is non-nil, use [0-9a-f].
Show replies by date