Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 5548:b90c153730c7
Do the quoted-lambda check when functions take :if, :test, :key arguments, too.
lisp/ChangeLog addition:
2011-08-10 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el (byte-compile-normal-call):
When a function takes :if, :if-not, :test, :test-not or :key
arguments, do the quoted-lambda check there too.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 10 Aug 2011 15:55:53 +0100 |
parents | ebd367b82ccd |
children | 493c487cbc3f |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Aug 09 17:17:44 2011 +0100 +++ b/lisp/ChangeLog Wed Aug 10 15:55:53 2011 +0100 @@ -1,3 +1,9 @@ +2011-08-10 Aidan Kehoe <kehoea@parhasard.net> + + * bytecomp.el (byte-compile-normal-call): + When a function takes :if, :if-not, :test, :test-not or :key + arguments, do the quoted-lambda check there too. + 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> * test-harness.el (test-harness-bug-expected):