]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 12:54:15 +0000 (12:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Oct 2001 12:54:15 +0000 (12:54 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 628aab899f7df09dd383847c0f0207dc932f0909..6af12fe9c580c784ab9f42b9d2c466e55e7260ba 100644 (file)
--- 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.
+
 \f
 * Installation Changes in Emacs 21.1
 
index 531b8fe5d6f594e512de716f5ffc4ff4f4bb0a2b..833f3101e2a23d4e1229ee1e012a8bcab00ac3c6 100644 (file)
@@ -1,3 +1,9 @@
+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.
@@ -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.
index 172949e5806a06ea9442b5b54f83be4eb2b03f00..de0875d764ef338892fb71ba0ce5b23f8ae6d581 100644 (file)
@@ -1,3 +1,7 @@
+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)