diff options
| author | Juri Linkov | 2020-03-24 23:58:01 +0200 |
|---|---|---|
| committer | Juri Linkov | 2020-03-24 23:58:01 +0200 |
| commit | ce141686d2d890d9d7c3dd881dc5f9bfb5d6d296 (patch) | |
| tree | 536d2c09c3f03dc2030618e826ec0cf99bc8bc09 /etc | |
| parent | e906cd0d58f3197edf15ccb843bc2577b879af61 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 105 | When non-nil and the region is active in Transient Mark mode, | 105 | When non-nil and the region is active in Transient Mark mode, |
| 106 | then Dired commands operate only on files in the active region. | 106 | then Dired commands operate only on files in the active region. |
| 107 | The values 'exclusive' and 'inclusive' of this option define | 107 | The values 'file' and 'line' of this option define the details of |
| 108 | the details of marking the last file at the end of the region. | 108 | marking 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). |