From: Richard M. Stallman Date: Tue, 20 Jun 1995 15:31:30 +0000 (+0000) Subject: (dired-do-redisplay): Call dired-uncache. X-Git-Tag: emacs-19.34~3521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00aa3651f66010576b6c348215c8e1eb6ba40ae7;p=emacs.git (dired-do-redisplay): Call dired-uncache. --- 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))