Mercurial > emacs
changeset 40296:a5332cff58ba
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 25 Oct 2001 07:50:16 +0000 |
parents | b2456ad80460 |
children | 83a67b746289 |
files | ChangeLog etc/NEWS lisp/ChangeLog |
diffstat | 3 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Oct 25 07:49:52 2001 +0000 +++ b/ChangeLog Thu Oct 25 07:50:16 2001 +0000 @@ -1,3 +1,9 @@ +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
--- a/etc/NEWS Thu Oct 25 07:49:52 2001 +0000 +++ b/etc/NEWS Thu Oct 25 07:50:16 2001 +0000 @@ -96,7 +96,7 @@ ** `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.
--- a/lisp/ChangeLog Thu Oct 25 07:49:52 2001 +0000 +++ b/lisp/ChangeLog Thu Oct 25 07:50:16 2001 +0000 @@ -1,3 +1,9 @@ +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