Mercurial > hg > xemacs-beta
changeset 3369:2c5142751000
[xemacs-hg @ 2006-04-29 18:55:27 by aidan]
Fix trunk problems caused by my latest commit.
author | aidan |
---|---|
date | Sat, 29 Apr 2006 18:55:32 +0000 |
parents | 959746c534f6 |
children | bec259e6704b |
files | lisp/ChangeLog lisp/mule/ethio-util.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Apr 29 16:15:31 2006 +0000 +++ b/lisp/ChangeLog Sat Apr 29 18:55:32 2006 +0000 @@ -1,3 +1,8 @@ +2006-04-29 Aidan Kehoe <kehoea@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@parhasard.net> * dumped-lisp.el (preloaded-file-list):
--- a/lisp/mule/ethio-util.el Sat Apr 29 16:15:31 2006 +0000 +++ b/lisp/mule/ethio-util.el Sat Apr 29 18:55:32 2006 +0000 @@ -1778,7 +1778,7 @@ (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].