aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-16 09:39:06 +0000
committerRichard M. Stallman2005-02-16 09:39:06 +0000
commit784a48b2ef4e99cf2668f5918b906469d3466e70 (patch)
tree4a4f165e440e5c39c15550c38e5b20a712aa56eb /lisp
parent720f4c79bf83f6db5de5b5298e29e7176ff26f5e (diff)
downloademacs-784a48b2ef4e99cf2668f5918b906469d3466e70.tar.gz
emacs-784a48b2ef4e99cf2668f5918b906469d3466e70.zip
(dired-build-subdir-alist): Bind buffer-undo-list to t.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index f64c2472067..f9eb97f549e 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2128,6 +2128,7 @@ instead of `dired-actual-switches'."
2128 (save-excursion 2128 (save-excursion
2129 (let* ((count 0) 2129 (let* ((count 0)
2130 (buffer-read-only nil) 2130 (buffer-read-only nil)
2131 (buffer-undo-list t)
2131 (switches (or switches dired-actual-switches)) 2132 (switches (or switches dired-actual-switches))
2132 new-dir-name 2133 new-dir-name
2133 (R-ftp-base-dir-regex 2134 (R-ftp-base-dir-regex