From ace64e0a1fd12d40ab1f47b2f18c7cd0524e3d8b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 5 Oct 2001 12:54:15 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 7 +++++++ src/ChangeLog | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 628aab899f7..6af12fe9c58 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -49,6 +49,9 @@ variables, including buffer-local and frame-local variables. ** Functions from `post-gc-hook' are run at the end of garbage collection. The hook is run with GC inhibited, so use it with care. +** If the second argument to `copy-file' is the name of a directory, +the file is copied to that directory instead of signaling an error. + * Installation Changes in Emacs 21.1 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 531b8fe5d6f..833f3101e2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-10-05 Gerd Moellmann + + * progmodes/compile.el (compilation-buffer-name): New function. + (compile-internal): Use it to determine the name of the + compilation buffer. + 2001-10-05 Miles Bader * progmodes/compile.el (grep-use-null-device): New variable. @@ -20,6 +26,7 @@ (minibuffer-contents-no-properties, delete-minibuffer-contents): Functions removed (now subrs). (minibuffer-prompt-width): Use `minibuffer-prompt-end'. + * minibuf-eldef.el (minibuf-eldef-setup-minibuffer) (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions instead of calling `field-' functions directly. diff --git a/src/ChangeLog b/src/ChangeLog index 172949e5806..de0875d764e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-10-05 Gerd Moellmann + + * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there. + 2001-10-05 Miles Bader * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents) -- 2.39.2