comparison lisp/ChangeLog @ 105317:78728d295b59

(declare-function): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Oct 2009 02:03:38 +0000
parents 3163fde82a03
children 4c610ec5ed40
comparison
equal deleted inserted replaced
105316:3d13129b958c 105317:78728d295b59
1 2009-10-01 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4 rather than parsing it as a regexp. This relaxes the layout
5 requirements and makes errors easier to detect.
6 (check-declare-verify): Check file is regular.
7 (check-declare-directory): Doc fix.
8 * subr.el (declare-function): Doc fix.
9
1 2009-10-01 Juanma Barranquero <lekktu@gmail.com> 10 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * cedet/semantic/wisent/javat-wy.el 12 * cedet/semantic/wisent/javat-wy.el
4 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@. 13 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
5 14