diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-12 13:25:15 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-12 13:25:15 +0000 |
commit | 199581247bd0480ce256d18ef66ec32b2ba7d6dd (patch) | |
tree | 2859f66c75ca9f7b0a73041eb8afebe3b4e16008 /lisp | |
parent | 7e8035019d4729795d9c2536f6d33ffd631e49eb (diff) | |
download | emacs-199581247bd0480ce256d18ef66ec32b2ba7d6dd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a6abfdebd3..58b9df80dbe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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". |