]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Mar 2005 15:34:46 +0000 (15:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Mar 2005 15:34:46 +0000 (15:34 +0000)
etc/NEWS

index 77e378a6fe79da72b47305064caf7960c4eccc86..ac0ef726adff78c656e58a1abbe3309b9aa82af0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -103,6 +103,13 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * Changes in Emacs 22.1
 
+** The commands copy-file, rename-file, make-symbolic-link and
+add-name-to-file, when given a directory as the "new name" argument,
+convert it to a file name by merging in the within-directory part of
+the existing file's name.  (This is the same convention that shell
+commands cp, mv, and ln follow.)  Thus, M-x copy-file RET ~/foo RET
+/tmp RET copies ~/foo to /tmp/foo.
+
 ** C-u M-x goto-line now switches to the most recent previous buffer,
 and goes to the specified line in that buffer.