diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-03-24 16:35:27 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-03-24 16:35:27 +0000 |
commit | 0a1958d6be13081576b5fbe72a4fa3dd23670edd (patch) | |
tree | 0eea89c6a8119e65f29eac0e1fe39695347ca2c4 /src | |
parent | 8204704e3cdfe43631d73a7c32f71c7d81d70f4f (diff) | |
download | emacs-0a1958d6be13081576b5fbe72a4fa3dd23670edd.tar.gz emacs-0a1958d6be13081576b5fbe72a4fa3dd23670edd.tar.bz2 emacs-0a1958d6be13081576b5fbe72a4fa3dd23670edd.zip |
* data.c (Qinteractive_form): New variable.
(Finteractive_form): Use it.
* eval.c (Fcommandp): Use Qinteractive_form.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dc0fbd183d1..2c0c740458d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2009-03-24 Chong Yidong <cyd@stupidchicken.com> + + * data.c (Qinteractive_form): New variable. + (Finteractive_form): Use it. + + * eval.c (Fcommandp): Use Qinteractive_form. + 2009-03-24 Jason Rumney <jasonr@gnu.org> * fileio.c (Fsubstitute_in_file_name): Always work on a copy. |