diff src/callint.c @ 1693:4b2f399dbea2

(Fcall_interactively): For `s', use Fread_string.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Dec 1992 05:38:25 +0000
parents 098464e977d6
children 04fb1d3d6992
line wrap: on
line diff
--- a/src/callint.c	Sat Dec 19 20:55:16 1992 +0000
+++ b/src/callint.c	Mon Dec 21 05:38:25 1992 +0000
@@ -493,7 +493,7 @@
 	  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);