summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-09-21 08:05:27 +0000
committerGlenn Morris <rgm@gnu.org>2007-09-21 08:05:27 +0000
commit8cea6fdf00c289da3debf31f5d0d95497b0b1ed8 (patch)
tree3d331f85ff40179c396e339292635fd13335513b /lisp
parent0dd4fb3346fbd0b23713f93538e9cb30a4a6750b (diff)
downloademacs-8cea6fdf00c289da3debf31f5d0d95497b0b1ed8.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e18932e377e..d529e3a6ea6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -40,9 +40,9 @@
* emacs-lisp/bytecomp.el (byte-compile-warnings)
(byte-compile-warnings-safe-p): Add `mapcar'.
+ (byte-compile-warning-types): Add mapcar and make-local.
(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.
* textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
(tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
@@ -55,6 +55,9 @@
* loadup.el: Remove termdev.
+ * 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 Kevin Ryde <user42@zip.com.au>
* international/mule.el (sgml-html-meta-auto-coding-function):