aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9dcbaa21fa5..19854387b6a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'. 3 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
4 (DEFUN): Document `intspec', use it instead of `prompt'. 4 (DEFUN): Document `intspec', use it instead of `prompt'.
5 5
6 * eval.c (Fcommandp): Change `->prompt' to `->intspec'.
7
6 * callint.c (Fcall_interactively): Comment fixes. 8 * callint.c (Fcall_interactively): Comment fixes.
7 9
82007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 102007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>