diff options
| author | Juri Linkov | 2019-11-12 23:21:14 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-11-12 23:21:14 +0200 |
| commit | d0351f4d2010e3e8f3ada04b045dede10f110d7f (patch) | |
| tree | e7fa73d650e3149372ec15bc98acc1dfe0b9c01c /etc | |
| parent | 4cccf7659a4767274b383e5fc820e27391988cc7 (diff) | |
| download | emacs-d0351f4d2010e3e8f3ada04b045dede10f110d7f.tar.gz emacs-d0351f4d2010e3e8f3ada04b045dede10f110d7f.zip | |
* lisp/dired.el (dired-dwim-target): Add new choices (bug#35385)
* lisp/dired.el (dired-dwim-target): Add choices
dired-dwim-target-next and dired-dwim-target-recent.
* lisp/dired-aux.el (dired-dwim-target-next)
(dired-dwim-target-recent): New functions.
(dired-dwim-target-directories): Call either of them.
* doc/emacs/dired.texi (Operating on Files): Mention new
preferences in dired-dwim-target.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -852,8 +852,8 @@ pipes, block devices and character devices. | |||
| 852 | directories in the destination. | 852 | directories in the destination. |
| 853 | 853 | ||
| 854 | +++ | 854 | +++ |
| 855 | *** The non-nil value of 'dired-dwim-target' uses one of the most recently | 855 | *** 'dired-dwim-target' can be customized to prefer either the next window, |
| 856 | visited windows with a Dired buffer instead of the next window. | 856 | or one of the most recently visited windows with a Dired buffer. |
| 857 | 857 | ||
| 858 | *** When the new user option 'dired-vc-rename-file' is non-nil, | 858 | *** When the new user option 'dired-vc-rename-file' is non-nil, |
| 859 | Dired performs file renaming using underlying version control system. | 859 | Dired performs file renaming using underlying version control system. |