changeset 11280:5146fba1f75d

(Fcall_interactively): Fix previous change.
author Karl Heuer <kwzh@gnu.org>
date Fri, 07 Apr 1995 23:10:25 +0000
parents f9ec534fe44c
children 10f9cf00c770
files src/callint.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/callint.c	Fri Apr 07 23:00:37 1995 +0000
+++ b/src/callint.c	Fri Apr 07 23:10:25 1995 +0000
@@ -370,7 +370,7 @@
   /* Note that `+' is reserved for user extensions.  */
   while (1)
     {
-      if (*string = '+')
+      if (*string == '+')
 	error ("`+' is not used in `interactive' for ordinary commands");
       else if (*string == '*')
 	{