# HG changeset patch # User Richard M. Stallman # Date 1110728086 0 # Node ID c0017532a99ac31fcb46b14ef35086a39b692996 # Parent 872a08bae8d92e111e09d6e3d5a536c893eed384 *** empty log message *** diff -r 872a08bae8d9 -r c0017532a99a etc/NEWS --- a/etc/NEWS Sat Mar 12 23:39:37 2005 +0000 +++ b/etc/NEWS Sun Mar 13 15:34:46 2005 +0000 @@ -103,6 +103,13 @@ * 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.