Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 17 06:28:32 2009 +0000 +++ b/lisp/ChangeLog Thu Sep 17 07:29:43 2009 +0000 @@ -1,5 +1,8 @@ 2009-09-17 Glenn Morris <rgm@gnu.org> + * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function + arguments, whether or not it has a handler. + * ansi-color.el (ansi-color-get-face-1): Fix typo in handler. * simple.el (hard-newline): Give it a doc-string.