+2001-10-25 Gerd Moellmann <gerd@gnu.org>
+
+ * Makefile.in (maybe_bootstrap): New target.
+ (all): Add to prerequisites to bootstrap if abbrev.elc doesn't
+ exist.
+
2001-10-24 Ken Raeburn <raeburn@gnu.org>
* configure.in: If --with-hesiod is given, look for
\f
* Lisp Changes in Emacs 21.2
+** The variable `compilation-parse-errors-filename-function' can
+be used to transform filenames found in compilation output.
+
+++
** Functions `file-name-sans-extension' and `file-name-extension' now
ignore the leading dots in file names, so that file names such as
** `define-key-after' now accepts keys longer than 1.
-** `define-derived-mode' now accept nil as the parent.
+** `define-derived-mode' now accepts nil as the parent.
** The local variable `no-byte-compile' in elisp files is now obeyed.
+2001-10-25 Gerd Moellmann <gerd@gnu.org>
+
+ * progmodes/compile.el (compilation-parse-errors-filename-function):
+ New variable.
+ (compilation-parse-errors): Use it.
+
2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
* emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun