aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-12-19 23:20:14 +0000
committerKarl Heuer <[email protected]>1995-12-19 23:20:14 +0000
commit453ed650c80c7fe692b3ff0ac49a7d997cdf83e7 (patch)
treefd9c4b6728665b8a44a17e27eded676c02792abd /src/callint.c
parent6f579a691abe231458ccc00f4f3f514758d2c621 (diff)
(Fcall_interactively): Don't log prompt strings.
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callint.c b/src/callint.c
index 3dbca425c1..c8117d169d 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -479,9 +479,9 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
break;
case 'c': /* Character */
- message1 (callint_message);
+ message1_nolog (callint_message);
args[i] = Fread_char ();
- message1 ((char *) 0);
+ message1_nolog ((char *) 0);
/* Passing args[i] directly stimulates compiler bug */
teml = args[i];
visargs[i] = Fchar_to_string (teml);