aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-03-24 23:58:01 +0200
committerJuri Linkov2020-03-24 23:58:01 +0200
commitce141686d2d890d9d7c3dd881dc5f9bfb5d6d296 (patch)
tree536d2c09c3f03dc2030618e826ec0cf99bc8bc09 /etc
parente906cd0d58f3197edf15ccb843bc2577b879af61 (diff)
downloademacs-ce141686d2d890d9d7c3dd881dc5f9bfb5d6d296.tar.gz
emacs-ce141686d2d890d9d7c3dd881dc5f9bfb5d6d296.zip
Rename dired-mark-region choices and ignore empty region.
* lisp/dired.el (dired-mark-region): Rename choices 'exclusive' to 'file', and 'inclusive' to 'line'. (dired-mark-if, dired-mark): Check for non-empty region explicitly instead of using use-region-p to ignore non-nil value of use-empty-active-region. (Bug#39902)
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 60d22a70ce4..1be5ad6acc0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -104,8 +104,8 @@ shows equivalent key bindings for all commands that have them.
104*** New option 'dired-mark-region' affects all Dired commands that mark files. 104*** New option 'dired-mark-region' affects all Dired commands that mark files.
105When non-nil and the region is active in Transient Mark mode, 105When non-nil and the region is active in Transient Mark mode,
106then Dired commands operate only on files in the active region. 106then Dired commands operate only on files in the active region.
107The values 'exclusive' and 'inclusive' of this option define 107The values 'file' and 'line' of this option define the details of
108the details of marking the last file at the end of the region. 108marking the file at the end of the region.
109 109
110*** State changing VC operations are supported in dired-mode on files 110*** State changing VC operations are supported in dired-mode on files
111(but still not on directories). 111(but still not on directories).