summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2023-12-06 19:28:52 +0200
committerJuri Linkov <juri@linkov.net>2023-12-06 19:28:52 +0200
commit5c9315b201beb4660f727dcc8045ec375ab56f70 (patch)
tree0bdc4ef79cf88908988f496120c7d2dde6f6cfcc /etc/NEWS
parent6227ea0e592f647025e725649c6ea2df341eec5a (diff)
downloademacs-5c9315b201beb4660f727dcc8045ec375ab56f70.tar.gz
* lisp/dired-aux.el (dired-do-open): New command (bug#18132).
* lisp/dired.el (dired-context-menu): Bind 'dired-do-open' to "Open". * lisp/dired-aux.el (shell-command-guess-xdg): Use 'shell-quote-argument'.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 29f4e5c..c557194 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -511,6 +511,10 @@ based on marked files in Dired. Possible backends are
and a universal command such as "open" or "start"
that delegates to the OS.
+*** New command 'dired-do-open'.
+Bound to the context menu "Open", delegates opening the marked files
+to the OS.
+
** Ediff
---