diff options
| author | Michaël Cadilhac | 2007-09-10 09:42:13 +0000 |
|---|---|---|
| committer | Michaël Cadilhac | 2007-09-10 09:42:13 +0000 |
| commit | 8a6d230a995697e11813f59b8f3b72c6a6cf029c (patch) | |
| tree | d28b594ba1a3eaa6959c6056e0b3b711b2368834 /src/ChangeLog | |
| parent | 04724b6930ec6a906fd5a248632797bb56e0caa5 (diff) | |
| download | emacs-8a6d230a995697e11813f59b8f3b72c6a6cf029c.tar.gz emacs-8a6d230a995697e11813f59b8f3b72c6a6cf029c.zip | |
(Finteractive_form): If the interactive specification starts with a `(',
use it as a Lisp form.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 19854387b6a..cb8d66e14b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | * eval.c (Fcommandp): Change `->prompt' to `->intspec'. | 6 | * eval.c (Fcommandp): Change `->prompt' to `->intspec'. |
| 7 | 7 | ||
| 8 | * data.c (Finteractive_form): If the interactive specification starts | ||
| 9 | with a `(', use it as a Lisp form. | ||
| 10 | |||
| 8 | * callint.c (Fcall_interactively): Comment fixes. | 11 | * callint.c (Fcall_interactively): Comment fixes. |
| 9 | 12 | ||
| 10 | 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> |