From: Juanma Barranquero Date: Thu, 1 Oct 2009 01:06:18 +0000 (+0000) Subject: * cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table): X-Git-Tag: emacs-pretest-23.1.90~1045 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0376249de83e3732c5f45d9bbd4e57af182a69e2;p=emacs.git * cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6871a6abd0..de0839bd1a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-10-01 Juanma Barranquero + + * cedet/semantic/wisent/javat-wy.el + (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@. + 2009-09-30 Juanma Barranquero * cedet/srecode/expandproto.el: Fix provide statement. diff --git a/lisp/cedet/semantic/wisent/javat-wy.el b/lisp/cedet/semantic/wisent/javat-wy.el index 02109cc8410..4c78f1c6d7e 100644 Binary files a/lisp/cedet/semantic/wisent/javat-wy.el and b/lisp/cedet/semantic/wisent/javat-wy.el differ