diff options
| author | Glenn Morris | 2007-09-22 02:46:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-22 02:46:35 +0000 |
| commit | 055f99f4994fbceee7652e4159110e1b6a17a0fa (patch) | |
| tree | 939223a74d75ae1eac00cbac6516487aa1b071fd | |
| parent | e644166a78f32b7bf3e22852d675883fb1755045 (diff) | |
| download | emacs-055f99f4994fbceee7652e4159110e1b6a17a0fa.tar.gz emacs-055f99f4994fbceee7652e4159110e1b6a17a0fa.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25615d3c41f..f0b813e44bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -53,11 +53,6 @@ | |||
| 53 | * net/tramp-smb.el (tramp-smb-errors): Add error message for call | 53 | * net/tramp-smb.el (tramp-smb-errors): Add error message for call |
| 54 | timeout. | 54 | timeout. |
| 55 | 55 | ||
| 56 | 2007-09-21 Markus Triska <markus.triska@gmx.at> | ||
| 57 | |||
| 58 | * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when | ||
| 59 | `mapcar' is called for effect. | ||
| 60 | |||
| 61 | 2007-09-21 Glenn Morris <rgm@gnu.org> | 56 | 2007-09-21 Glenn Morris <rgm@gnu.org> |
| 62 | 57 | ||
| 63 | * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code. | 58 | * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code. |
| @@ -84,6 +79,11 @@ | |||
| 84 | * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length): | 79 | * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length): |
| 85 | * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar. | 80 | * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar. |
| 86 | 81 | ||
| 82 | 2007-09-21 Markus Triska <markus.triska@gmx.at> | ||
| 83 | |||
| 84 | * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when | ||
| 85 | `mapcar' is called for effect. | ||
| 86 | |||
| 87 | 2007-09-21 Kevin Ryde <user42@zip.com.au> | 87 | 2007-09-21 Kevin Ryde <user42@zip.com.au> |
| 88 | 88 | ||
| 89 | * international/mule.el (sgml-html-meta-auto-coding-function): | 89 | * international/mule.el (sgml-html-meta-auto-coding-function): |