aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-09-22 02:46:35 +0000
committerGlenn Morris2007-09-22 02:46:35 +0000
commit055f99f4994fbceee7652e4159110e1b6a17a0fa (patch)
tree939223a74d75ae1eac00cbac6516487aa1b071fd
parente644166a78f32b7bf3e22852d675883fb1755045 (diff)
downloademacs-055f99f4994fbceee7652e4159110e1b6a17a0fa.tar.gz
emacs-055f99f4994fbceee7652e4159110e1b6a17a0fa.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
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
562007-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
612007-09-21 Glenn Morris <rgm@gnu.org> 562007-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
822007-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
872007-09-21 Kevin Ryde <user42@zip.com.au> 872007-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):