(dired-build-subdir-alist): Bind buffer-undo-list to t.

This commit is contained in:
Richard M. Stallman 2005-02-16 09:39:06 +00:00
parent 720f4c79bf
commit 784a48b2ef

View file

@ -2128,6 +2128,7 @@ instead of `dired-actual-switches'."
(save-excursion
(let* ((count 0)
(buffer-read-only nil)
(buffer-undo-list t)
(switches (or switches dired-actual-switches))
new-dir-name
(R-ftp-base-dir-regex