]> git.eshelyaron.com Git - emacs.git/commit
Use read-from-minibuffer instead of read-string for dired-do-touch
authorJuri Linkov <juri@linkov.net>
Tue, 21 May 2024 17:22:31 +0000 (20:22 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 08:29:46 +0000 (10:29 +0200)
commitf68f7bf6fdcab50b1b2339ff8694cf655f2ea518
tree08d2317facdb23e55dae068027c53a5439d6ad29
parent4df0f39d3af53f174d22319722ba5cbb7518dbb6
Use read-from-minibuffer instead of read-string for dired-do-touch

* lisp/dired-aux.el (dired-mark-read-string): Use read-from-minibuffer
instead of read-string when op-symbol is 'touch', since it's more clear
when read-from-minibuffer returns an empty string for RET,
and it was used in dired-mark-read-string initially (bug#70725).

(cherry picked from commit ce8e292bca84f29cea540e3e23e88ec7a5d1674e)
lisp/dired-aux.el