*** empty log message ***

This commit is contained in:
Lute Kamstra 2005-03-21 17:12:58 +00:00
parent f665853a1a
commit 077f708503
2 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,21 @@
2005-03-21 Lute Kamstra <lute@gnu.org>
* generic.el: Fix commentary section. Don't require cl for
compilation.
(generic-mode-list): Add autoload cookie.
(generic-use-find-file-hook, generic-lines-to-scan)
(generic-find-file-regexp, generic-ignore-files-regexp)
(generic-mode, generic-mode-find-file-hook)
(generic-mode-ini-file-find-file-hook): Fix docstrings.
(define-generic-mode): Make it a defmacro. Fix docstring.
(generic-mode-internal): Code cleanup. Add autoload cookie.
(generic-mode-set-comments): Code cleanup.
* generic-x.el: Don't prevent compilation. Don't require generic.
Follow coding conventions. Minor code cleanup.
(etc-fstab-generic-mode): Add some keywords.
* font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
define-generic-mode like a function declaration.
2005-03-21 Jay Belanger <belanger@truman.edu>
* calc/calc-embed.el (calc-do-embedded): Put data on stack before

View file

@ -1,3 +1,7 @@
2005-03-18 Lute Kamstra <lute@gnu.org>
* edebug.texi (Instrumenting Macro Calls): Fix another typo.
2005-03-17 Richard M. Stallman <rms@gnu.org>
* text.texi (Undo): Document extensible undo entries.