From: Richard M. Stallman Date: Wed, 16 Feb 2005 09:39:06 +0000 (+0000) Subject: (dired-build-subdir-alist): Bind buffer-undo-list to t. X-Git-Tag: ttn-vms-21-2-B4~2256 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=784a48b2ef4e99cf2668f5918b906469d3466e70;p=emacs.git (dired-build-subdir-alist): Bind buffer-undo-list to t. --- 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'." (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