From 00aa3651f66010576b6c348215c8e1eb6ba40ae7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 20 Jun 1995 15:31:30 +0000 Subject: [PATCH] (dired-do-redisplay): Call dired-uncache. --- lisp/dired-aux.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9d93f9a541a..e4b96689d0d 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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)) -- 2.39.2