Mercurial > emacs
changeset 84748:2500fa182802
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 21 Sep 2007 07:17:23 +0000 |
parents | c793c2191087 |
children | 46029aa75461 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 21 07:17:13 2007 +0000 +++ b/lisp/ChangeLog Fri Sep 21 07:17:23 2007 +0000 @@ -4,6 +4,7 @@ (byte-compile-warnings-safe-p): Add `mapcar'. (byte-compile-normal-call): Add option to suppress mapcar warning. (top-level): Use mapc rather than mapcar in eval-when-compile. + (byte-compile-warning-types): Add mapcar and make-local. 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>