diff lisp/ChangeLog @ 76771:45b86f4ac0f6

(make-text-button): Add explicit `button' property. (default-button): Don't put a `button' property on it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 Mar 2007 03:20:31 +0000
parents e359709ed895
children 2b0ee0b43ff6
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 28 01:21:47 2007 +0000
+++ b/lisp/ChangeLog	Wed Mar 28 03:20:31 2007 +0000
@@ -1,5 +1,8 @@
 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* button.el (make-text-button): Add explicit `button' property.
+	(default-button): Don't put a `button' property on it.
+
 	* progmodes/python.el (python-mode): Skip comments when parsing.
 
 	* vc-arch.el (vc-with-current-file-buffer): New macro.