Mercurial > emacs
diff src/ChangeLog @ 82112:dd8905ab6eaa
(Finteractive_form): Check for the presence of an
`interactive-form' symbol property more thoroughly.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 25 Jul 2007 21:03:24 +0000 |
| parents | fac8f5421213 |
| children | b98604865ea0 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jul 25 19:37:21 2007 +0000 +++ b/src/ChangeLog Wed Jul 25 21:03:24 2007 +0000 @@ -1,6 +1,11 @@ 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca> - * data.c (Finteractive_form): Use a `interactive-form' property if + * eval.c (Fcommandp): Pay attention to the `interactive-form' property. + + * data.c (Finteractive_form): Check for the presence of an + `interactive-form' symbol property more thoroughly. + + * data.c (Finteractive_form): Use an `interactive-form' property if present, analogous to the function-documentation property. 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
