comparison 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
comparison
equal deleted inserted replaced
5547:a46c5c8d6564 5548:b90c153730c7
1 2011-08-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * bytecomp.el (byte-compile-normal-call):
4 When a function takes :if, :if-not, :test, :test-not or :key
5 arguments, do the quoted-lambda check there too.
6
1 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org> 7 2011-08-04 Stephen J. Turnbull <stephen@xemacs.org>
2 8
3 * test-harness.el (test-harness-bug-expected): 9 * test-harness.el (test-harness-bug-expected):
4 Update docstring. 10 Update docstring.
5 (Known-Bug-Expect-Failure, Known-Bug-Expect-Error): 11 (Known-Bug-Expect-Failure, Known-Bug-Expect-Error):