aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callint.c b/src/callint.c
index d96454883cf..96436116c8b 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -690,6 +690,7 @@ invoke it. If KEYS is omitted or nil, the return value of
690 case 'N': /* Prefix arg as number, else number from minibuffer. */ 690 case 'N': /* Prefix arg as number, else number from minibuffer. */
691 if (!NILP (prefix_arg)) 691 if (!NILP (prefix_arg))
692 goto have_prefix_arg; 692 goto have_prefix_arg;
693 FALLTHROUGH;
693 case 'n': /* Read number from minibuffer. */ 694 case 'n': /* Read number from minibuffer. */
694 args[i] = call1 (Qread_number, callint_message); 695 args[i] = call1 (Qread_number, callint_message);
695 /* Passing args[i] directly stimulates compiler bug. */ 696 /* Passing args[i] directly stimulates compiler bug. */