comparison lisp/ChangeLog @ 105057:12bb7892ba1d

(byte-compile-form): Always check the function arguments, whether or not it has a handler.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Sep 2009 07:29:43 +0000
parents ce6271fc65ad
children 63f1a5200812
comparison
equal deleted inserted replaced
105056:ce6271fc65ad 105057:12bb7892ba1d
1 2009-09-17 Glenn Morris <rgm@gnu.org> 1 2009-09-17 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4 arguments, whether or not it has a handler.
2 5
3 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler. 6 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4 7
5 * simple.el (hard-newline): Give it a doc-string. 8 * simple.el (hard-newline): Give it a doc-string.
6 9