bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27325: Using '&rest' without a trailing parameter causes an error in


From: isaac lewis
Subject: bug#27325: Using '&rest' without a trailing parameter causes an error in emacs 26.0.50
Date: Sun, 11 Jun 2017 03:22:56 -0400

If my understanding is correct, the functions (lambda (&rest) t)
and (lambda () t) should behave similarly.

In emacs 25:

(equal (apply (lambda (&rest) t) nil)
           (apply (lambda () t) nil))
=>
t

as expected.  But evaluating the same sexp in emacs 26.0.50
causes an error.

--
Isaac Lewis





reply via email to

[Prev in Thread] Current Thread [Next in Thread]