projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7523d17
)
(Ffind_coding_system): Use call1, not call2.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Jul 1997 06:45:09 +0000
(06:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Jul 1997 06:45:09 +0000
(06:45 +0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 1e618044ccdb1b77249f7237a6c7d2a28dea32a4..a2ed7aa038e3c2821e051576ef69575059b8260c 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-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 call
2
(val, Flist (nargs, args));
+ return call
1
(val, Flist (nargs, args));
return Qnil;
}
}