mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(dired-do-redisplay): Call dired-uncache.
This commit is contained in:
parent
4ba58dd446
commit
00aa3651f6
@ -693,6 +693,8 @@ a prefix arg lets you edit the `ls' switches used for the new listing."
|
||||
(if arg (read-string "Switches for listing: " dired-actual-switches)))
|
||||
(message "Redisplaying...")
|
||||
;; message much faster than making dired-map-over-marks show progress
|
||||
(dired-uncache
|
||||
(if (consp dired-directory) (car dired-directory) dired-directory))
|
||||
(dired-map-over-marks (let ((fname (dired-get-filename)))
|
||||
(message "Redisplaying... %s" fname)
|
||||
(dired-update-file-line fname))
|
||||
|
Loading…
Reference in New Issue
Block a user