changeset 64356:1721aefddad6

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 16 Jul 2005 02:24:21 +0000
parents 5996c7d35acd
children 25d7b8b15748
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <teirllm@auburn.edu>
+
+	* emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
+	a defcustom with two :set or :type keywords.
+
 2005-07-15  Richard M. Stallman  <rms@gnu.org>
 
 	* 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  <lekktu@gmail.com>