Mercurial > emacs
changeset 12338:3e84024ad5d8
(dired-do-redisplay): Call dired-uncache.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Jun 1995 15:31:30 +0000 |
parents | 85bdcc694c7a |
children | 3398b88cbd25 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Tue Jun 20 15:08:55 1995 +0000 +++ b/lisp/dired-aux.el Tue Jun 20 15:31:30 1995 +0000 @@ -693,6 +693,8 @@ (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))