mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-27 02:10:52 -08:00
(Fall_completions, Ftry_completion): New arg to Fcommandp.
This commit is contained in:
parent
72cc582e69
commit
c837f4f9c3
1 changed files with 2 additions and 2 deletions
|
|
@ -1193,7 +1193,7 @@ is used to further constrain the set of candidates. */)
|
|||
if (!NILP (predicate))
|
||||
{
|
||||
if (EQ (predicate, Qcommandp))
|
||||
tem = Fcommandp (elt);
|
||||
tem = Fcommandp (elt, Qnil);
|
||||
else
|
||||
{
|
||||
GCPRO4 (tail, string, eltstring, bestmatch);
|
||||
|
|
@ -1420,7 +1420,7 @@ are ignored unless STRING itself starts with a space. */)
|
|||
if (!NILP (predicate))
|
||||
{
|
||||
if (EQ (predicate, Qcommandp))
|
||||
tem = Fcommandp (elt);
|
||||
tem = Fcommandp (elt, Qnil);
|
||||
else
|
||||
{
|
||||
GCPRO4 (tail, eltstring, allmatches, string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue