]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffind_coding_system): Use call1, not call2.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 1997 06:45:09 +0000 (06:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 1997 06:45:09 +0000 (06:45 +0000)
src/coding.c

index 1e618044ccdb1b77249f7237a6c7d2a28dea32a4..a2ed7aa038e3c2821e051576ef69575059b8260c 100644 (file)
@@ -3554,7 +3554,7 @@ which is a list of all the arguments given to this function.")
          if (! NILP (Fcoding_system_p (val)))
            return Fcons (val, val);
          if (!NILP (Fboundp (val)))
-           return call2 (val, Flist (nargs, args));
+           return call1 (val, Flist (nargs, args));
          return Qnil;
        }
     }