]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-build-subdir-alist): Bind buffer-undo-list to t.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 2005 09:39:06 +0000 (09:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 2005 09:39:06 +0000 (09:39 +0000)
lisp/dired.el

index f64c24720679bd72dcd7c901c62bf38629cdec52..f9eb97f549e008b324289ecb7adbd3a5741aa86a 100644 (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