(dired-build-subdir-alist): Bind buffer-undo-list to t.
This commit is contained in:
parent
720f4c79bf
commit
784a48b2ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue