aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-11-12 23:21:14 +0200
committerJuri Linkov2019-11-12 23:21:14 +0200
commitd0351f4d2010e3e8f3ada04b045dede10f110d7f (patch)
treee7fa73d650e3149372ec15bc98acc1dfe0b9c01c /etc
parent4cccf7659a4767274b383e5fc820e27391988cc7 (diff)
downloademacs-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4134f7bb5f6..ff334493298 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -852,8 +852,8 @@ pipes, block devices and character devices.
852directories in the destination. 852directories 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,
856visited windows with a Dired buffer instead of the next window. 856or 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,
859Dired performs file renaming using underlying version control system. 859Dired performs file renaming using underlying version control system.