# HG changeset patch # User Luc Teirlinck # Date 1121480661 0 # Node ID 1721aefddad61db384c3609b7bfd7b90c511d5f5 # Parent 5996c7d35acd3050d402bc970b18de4d24ad9d76 *** empty log message *** diff -r 5996c7d35acd -r 1721aefddad6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 15 21:50:23 2005 +0000 +++ b/lisp/ChangeLog Sat Jul 16 02:24:21 2005 +0000 @@ -1,3 +1,8 @@ +2005-07-15 Luc Teirlinck + + * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing + a defcustom with two :set or :type keywords. + 2005-07-15 Richard M. Stallman * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): @@ -67,8 +72,8 @@ * startup.el (command-line): Use `custom-reevaluate-setting' again for tooltip-mode. - * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override - explicitly specified :initialize keyword. + * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing + a defcustom with two :initialize keywords. 2005-07-13 Juanma Barranquero