Mercurial > emacs
changeset 84776:8e111156b7d2
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 22 Sep 2007 02:46:35 +0000 |
parents | 8589ca45e3b9 |
children | 68033fec6867 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Sep 22 01:57:23 2007 +0000 +++ b/lisp/ChangeLog Sat Sep 22 02:46:35 2007 +0000 @@ -53,11 +53,6 @@ * net/tramp-smb.el (tramp-smb-errors): Add error message for call timeout. -2007-09-21 Markus Triska <markus.triska@gmx.at> - - * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when - `mapcar' is called for effect. - 2007-09-21 Glenn Morris <rgm@gnu.org> * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code. @@ -84,6 +79,11 @@ * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length): * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar. +2007-09-21 Markus Triska <markus.triska@gmx.at> + + * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when + `mapcar' is called for effect. + 2007-09-21 Kevin Ryde <user42@zip.com.au> * international/mule.el (sgml-html-meta-auto-coding-function):