aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMichaël Cadilhac2007-09-10 09:40:37 +0000
committerMichaël Cadilhac2007-09-10 09:40:37 +0000
commit4bca9161bdb6896aeee8a85c8a31f0f9fbd23c59 (patch)
tree816ee344787de472f5fcc78354403d715515ddea /src/ChangeLog
parentccb5c14f4b1eb18347c522dc53d67c558231641d (diff)
downloademacs-4bca9161bdb6896aeee8a85c8a31f0f9fbd23c59.tar.gz
emacs-4bca9161bdb6896aeee8a85c8a31f0f9fbd23c59.zip
(struct Lisp_Subr): Rename `prompt' field to `intspec'.
(DEFUN): Document `intspec', use it instead of `prompt'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 04d261ffaef..9dcbaa21fa5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12007-09-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name> 12007-09-10 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
2 2
3 * lisp.h (struct Lisp_Subr): Rename `prompt' field to `intspec'.
4 (DEFUN): Document `intspec', use it instead of `prompt'.
5
3 * callint.c (Fcall_interactively): Comment fixes. 6 * callint.c (Fcall_interactively): Comment fixes.
4 7
52007-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 82007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>