1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00

(Fcall_interactively): For `s', use Fread_string.

This commit is contained in:
Richard M. Stallman 1992-12-21 05:38:25 +00:00
parent 8c74709f51
commit be58fa58a9

View file

@ -493,7 +493,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
break;
case 'S': /* Any symbol. */
visargs[i] = Fread_no_blanks_input (build_string (prompt), Qnil);
visargs[i] = Fread_string (build_string (prompt), Qnil);
/* Passing args[i] directly stimulates compiler bug */
teml = visargs[i];
args[i] = Fintern (teml, Qnil);