]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25
[gnu-emacs] / etc / NEWS
index 34a05ff49f82595478c46040358856f104a61494..0e7e4e84736a75bc308006a595ae8f3a25f30d64 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -178,6 +178,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.