NOTE: This patch has been committed.
xemacs-packages/perl-modes/ChangeLog addition:
2006-04-29 Aidan Kehoe <kehoea(a)parhasard.net>
* cperl-mode.el (cperl-short-docs):
'\u' => '\\u' as it should have been in the first place.
xemacs-packages/semantic/ChangeLog addition:
2006-04-29 Aidan Kehoe <kehoea(a)parhasard.net>
* semantic-java.el (semantic-java-keyword-table):
'\u' => '\\u' as it should have been in the first place.
XEmacs Packages source patch:
Diff command: cvs -q diff -u
Files affected: xemacs-packages/semantic/semantic-java.el
xemacs-packages/perl-modes/cperl-mode.el
Index: xemacs-packages/perl-modes/cperl-mode.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/perl-modes/cperl-mode.el,v
retrieving revision 1.9
diff -u -u -r1.9 cperl-mode.el
--- xemacs-packages/perl-modes/cperl-mode.el 2005/04/27 11:16:56 1.9
+++ xemacs-packages/perl-modes/cperl-mode.el 2006/04/29 19:03:15
@@ -7638,7 +7638,7 @@
\\0 Octal char, e.g. \\033.
\\E Case modification terminator. See \\Q, \\L, and \\U.
\\L Lowercase until \\E . See also \l, lc.
-\\U Upcase until \\E . See also \u, uc.
+\\U Upcase until \\E . See also \\u, uc.
\\Q Quote metacharacters until \\E . See also quotemeta.
\\a Alarm character (octal 007).
\\b Backspace character (octal 010).
Index: xemacs-packages/semantic/semantic-java.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/semantic/semantic-java.el,v
retrieving revision 1.5
diff -u -u -r1.5 semantic-java.el
--- xemacs-packages/semantic/semantic-java.el 2003/01/06 12:12:48 1.5
+++ xemacs-packages/semantic/semantic-java.el 2006/04/29 19:03:16
@@ -497,7 +497,7 @@
("byte" summary "Integral primitive type (-128 to 127)")
("case" summary "switch(<expr>) {case <const-expr>:
<stmts> ... }")
("catch" summary "try {<stmts>} catch(<parm>)
{<stmts>} ... ")
- ("char" summary "Integral primitive type ('\u0000' to
'\uffff') (0 to 65535)")
+ ("char" summary "Integral primitive type ('\\u0000' to
'\\uffff') (0 to 65535)")
("class" summary "Class declaration: class <name>")
("const" summary "Unused reserved word")
("continue" summary "continue [<label>] ;")
--
In the beginning God created the heavens and the earth. And God was a
bug-eyed, hexagonal smurf with a head of electrified hair; and God said:
“Si, mi chiamano Mimi...”
Show replies by date