aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index 9f0a98c24bd..53cad4a4a78 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -493,7 +493,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
493 break; 493 break;
494 494
495 case 'S': /* Any symbol. */ 495 case 'S': /* Any symbol. */
496 visargs[i] = Fread_no_blanks_input (build_string (prompt), Qnil); 496 visargs[i] = Fread_string (build_string (prompt), Qnil);
497 /* Passing args[i] directly stimulates compiler bug */ 497 /* Passing args[i] directly stimulates compiler bug */
498 teml = visargs[i]; 498 teml = visargs[i];
499 args[i] = Fintern (teml, Qnil); 499 args[i] = Fintern (teml, Qnil);