From e31afc09af21bb5314341a86c648c0988d2da3e1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 19 Apr 2003 04:23:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 15 +++++++++++++++ lispref/ChangeLog | 6 ++++++ 2 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75449735bab..c6db178fe8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2003-04-19 Richard M. Stallman + + * desktop.el (desktop-buffer-mh): Don't require mh-e; + it causes trouble in compilation. + + * add-log.el (add-log-current-defun-function): Add autoload cookie. + + * newcomment.el (comment-use-syntax): Add autoload cookie. + + * emacs-lisp/bytecomp.el (byte-compile-log-file) + (byte-recompile-directory): Don't use byte-goto-log-buffer. + Instead, set default-directory and then call compilation-mode. + (byte-compile-from-buffer): Force byte-compile-last-position + to end of buffer before issuing final warnings. + 2003-04-18 Stefan Monnier * emulation/cua-base.el (cua-mode): Use define-minor-mode. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 819c36536ed..1ff050fdf34 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,9 @@ +2003-04-19 Richard M. Stallman + + * internals.texi (Writing Emacs Primitives): Strings are + no longer special for GCPROs. Mention GCPRO5, GCPRO6. + Explain GCPRO convention for varargs function args. + 2003-04-16 Richard M. Stallman * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. -- 2.39.2