# HG changeset patch # User Lute Kamstra # Date 1115904315 0 # Node ID c7e447f15c03f98e4d88c8a44f0c018b763658e3 # Parent a0af6e05c03a6c895894ba46179b3f740952ebc6 *** empty log message *** diff -r a0af6e05c03a -r c7e447f15c03 lisp/ChangeLog --- a/lisp/ChangeLog Thu May 12 13:23:31 2005 +0000 +++ b/lisp/ChangeLog Thu May 12 13:25:15 2005 +0000 @@ -1,3 +1,12 @@ +2005-05-12 Lute Kamstra + + * 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 * font-lock.el (font-lock-negation-char-face): Default to "off". diff -r a0af6e05c03a -r c7e447f15c03 lispref/ChangeLog --- a/lispref/ChangeLog Thu May 12 13:23:31 2005 +0000 +++ b/lispref/ChangeLog Thu May 12 13:25:15 2005 +0000 @@ -1,5 +1,8 @@ 2005-05-12 Lute Kamstra + * 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.