** 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.
+
\f
* Installation Changes in Emacs 21.1
+2001-10-05 Gerd Moellmann <gerd@gnu.org>
+
+ * 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 <miles@gnu.org>
* progmodes/compile.el (grep-use-null-device): New variable.
(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.
+2001-10-05 Gerd Moellmann <gerd@gnu.org>
+
+ * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there.
+
2001-10-05 Miles Bader <miles@gnu.org>
* minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents)