# HG changeset patch # User Richard M. Stallman # Date 1108546746 0 # Node ID 031a5ac39eb7670baee5794dae543798c467a187 # Parent a9e9af4690d506e6376d6e3a4ddca233b8dd192e (dired-build-subdir-alist): Bind buffer-undo-list to t. diff -r a9e9af4690d5 -r 031a5ac39eb7 lisp/dired.el --- a/lisp/dired.el Wed Feb 16 09:37:20 2005 +0000 +++ b/lisp/dired.el Wed Feb 16 09:39:06 2005 +0000 @@ -2128,6 +2128,7 @@ (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