1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

*** empty log message ***

This commit is contained in:
Lute Kamstra 2005-05-12 13:25:15 +00:00
parent 7e8035019d
commit 199581247b
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2005-05-12 Lute Kamstra <lute@gnu.org>
* emacs-lisp/generic.el (define-generic-mode): Don't generate a
defcustom for the mode hook variable. Delete the last argument.
* generic-x.el: Fix callers of define-generic-mode.
(generic-x-modes): Delete group.
(show-tabs-tab-face, show-tabs-space-face): Put them in the
generic-x customization group.
2005-05-12 Kim F. Storm <storm@cua.dk>
* font-lock.el (font-lock-negation-char-face): Default to "off".

View file

@ -1,5 +1,8 @@
2005-05-12 Lute Kamstra <lute@gnu.org>
* modes.texi (Generic Modes): Update.
(Major Modes): Refer to node "Generic Modes".
* elisp.texi (Top): Update to the current structure of the manual.
* processes.texi (Processes): Add menu description.
* customize.texi (Customization): Add menu descriptions.