aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index ffa2fa39539..d688f0e2b1c 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -210,7 +210,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
210 if (!string) 210 if (!string)
211 { 211 {
212 lose: 212 lose:
213 function = wrong_type_argument (Qcommandp, function, 0); 213 function = wrong_type_argument (Qcommandp, function);
214 goto retry; 214 goto retry;
215 } 215 }
216 if ((int) string == 1) 216 if ((int) string == 1)