Mercurial > emacs
diff lisp/ChangeLog @ 26002:4f46db3c9d7d
* subr.el (with-current-buffer): don't use backquotes to avoid
bootstrapping problems.
loadup.el (load-path): add subdirs for bootstrapping.
(docstrings): ignore errors during bootstrapping.
(args): new `bootstrap' argument (for use in place of `dump').
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 13 Oct 1999 00:21:07 +0000 |
| parents | f2418e8499aa |
| children | f6c190ef2f45 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 12 22:19:26 1999 +0000 +++ b/lisp/ChangeLog Wed Oct 13 00:21:07 1999 +0000 @@ -1,3 +1,11 @@ +1999-10-12 Stefan Monnier <monnier@cs.yale.edu> + + * subr.el (with-current-buffer): don't use backquotes to avoid + bootstrapping problems. + loadup.el (load-path): add subdirs for bootstrapping. + (docstrings): ignore errors during bootstrapping. + (args): new `bootstrap' argument (for use in place of `dump'). + 1999-10-12 Emmanuel Briot <briot@gnat.com> * ada-stmt.el: Doc-string fixes.
