diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-13 15:34:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-13 15:34:46 +0000 |
commit | bc8113ba7ba3d44a4864f47f571ed1f1081cae65 (patch) | |
tree | 4def90ff3287e1665dabd42fedb81f415365bb63 | |
parent | f7b758bd800019ac15b4929d33973af71f064cae (diff) | |
download | emacs-bc8113ba7ba3d44a4864f47f571ed1f1081cae65.tar.gz |
*** empty log message ***
-rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -103,6 +103,13 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * 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. |