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:
parent
8c74709f51
commit
be58fa58a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue