diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-01 01:06:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-01 01:06:18 +0000 |
commit | 0376249de83e3732c5f45d9bbd4e57af182a69e2 (patch) | |
tree | 8d763dbe36c80f54b793b314916514c7af17d7ce /lisp | |
parent | 9a589407d87ab8571bc10716306ed639c79a0419 (diff) | |
download | emacs-0376249de83e3732c5f45d9bbd4e57af182a69e2.tar.gz emacs-0376249de83e3732c5f45d9bbd4e57af182a69e2.tar.bz2 emacs-0376249de83e3732c5f45d9bbd4e57af182a69e2.zip |
* cedet/semantic/wisent/javat-wy.el (wisent-java-tags-wy--keyword-table):
Use \000 instead of literal ^@.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/cedet/semantic/wisent/javat-wy.el | bin | 19201 -> 19204 bytes |
2 files changed, 5 insertions, 0 deletions
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 <lekktu@gmail.com> + + * cedet/semantic/wisent/javat-wy.el + (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@. + 2009-09-30 Juanma Barranquero <lekktu@gmail.com> * 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 Binary files differindex 02109cc8410..4c78f1c6d7e 100644 --- a/lisp/cedet/semantic/wisent/javat-wy.el +++ b/lisp/cedet/semantic/wisent/javat-wy.el |