Mercurial > emacs
changeset 60586:c0017532a99a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Mar 2005 15:34:46 +0000 |
parents | 872a08bae8d9 |
children | dbd707c470de |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.