comparison 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
comparison
equal deleted inserted replaced
76770:e359709ed895 76771:45b86f4ac0f6
1 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * button.el (make-text-button): Add explicit `button' property.
4 (default-button): Don't put a `button' property on it.
2 5
3 * progmodes/python.el (python-mode): Skip comments when parsing. 6 * progmodes/python.el (python-mode): Skip comments when parsing.
4 7
5 * vc-arch.el (vc-with-current-file-buffer): New macro. 8 * vc-arch.el (vc-with-current-file-buffer): New macro.
6 (vc-arch-file-source-p): Use it to avoid infloop. 9 (vc-arch-file-source-p): Use it to avoid infloop.