]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_interactively): Fix previous change.
authorKarl Heuer <kwzh@gnu.org>
Fri, 7 Apr 1995 23:10:25 +0000 (23:10 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 7 Apr 1995 23:10:25 +0000 (23:10 +0000)
src/callint.c

index 724e37f6b3835b535683fae1d7077df7f6428227..11c18b3f97f164f8af42e534003dbc6653e64292 100644 (file)
@@ -370,7 +370,7 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
   /* 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 == '*')
        {