dired-mark-extension: Unmark if called with C-u prefix
commit3b6eb9489d03e5ecc60e487e8eb340e34942825c
authorTino Calancha <tino.calancha@gmail.com>
Mon, 3 Oct 2016 11:02:54 +0000 (3 20:02 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Mon, 3 Oct 2016 11:02:54 +0000 (3 20:02 +0900)
treecb05f5d954356415d15e9065fa5cdde2c0b1f91d
parent8cd975cebd588d5435fa2b333dba6c526e602933
dired-mark-extension: Unmark if called with C-u prefix

See discussion in #Bug2518 and:
https://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00711.html
* lisp/dired-x.el (dired-mark-extension):
Update interactive calls: a prefix arg C-u unmark files;
a prefix C-u C-u prompt for MARKER-CHAR and mark files with it.
(dired-mark-sexp):
Show in the prompt that we are unmarking if called with a prefix argument.
* doc/misc/dired-x.texi (Advanced Mark Commands):
Update documentation for 'dired-mark-extension'.
doc/misc/dired-x.texi
lisp/dired-x.el