diff src/ChangeLog @ 73441:82ed0adffca9

* callint.c (callint_message): Convert to a Lisp string. (syms_of_callint): Initialize it. (callint_message_size): Var deleted. (Fcall_interactively): Use Fformat instead of doprnt to construct prompt string.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 19 Oct 2006 14:13:52 +0000
parents 0fd4fe66f00d
children 9a9ede043e60
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 19 12:46:54 2006 +0000
+++ b/src/ChangeLog	Thu Oct 19 14:13:52 2006 +0000
@@ -1,3 +1,11 @@
+2006-10-19  Chong Yidong  <cyd@stupidchicken.com>
+
+	* callint.c (callint_message): Convert to a Lisp string.
+	(syms_of_callint): Initialize it.
+	(callint_message_size): Var deleted.
+	(Fcall_interactively): Use Fformat instead of doprnt to construct
+	prompt string.
+
 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row.