emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/find-dired.el


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lisp/find-dired.el
Date: Sun, 19 May 2002 20:42:05 -0400

Index: emacs/lisp/find-dired.el
diff -c emacs/lisp/find-dired.el:1.41 emacs/lisp/find-dired.el:1.42
*** emacs/lisp/find-dired.el:1.41       Thu Apr 25 12:30:36 2002
--- emacs/lisp/find-dired.el    Sun May 19 20:42:05 2002
***************
*** 121,130 ****
                       (car find-ls-option)))
      ;; The next statement will bomb in classic dired (no optional arg allowed)
      (dired-mode dir (cdr find-ls-option))
!     ;; This really should rerun the find command, but I don't
!     ;; have time for that.
!     (use-local-map (append (make-sparse-keymap) (current-local-map)))
!     (define-key (current-local-map) "g" 'undefined)
      ;; Set subdir-alist so that Tree Dired will work:
      (if (fboundp 'dired-simple-subdir-alist)
        ;; will work even with nested dired format (dired-nstd.el,v 1.15
--- 121,129 ----
                       (car find-ls-option)))
      ;; The next statement will bomb in classic dired (no optional arg allowed)
      (dired-mode dir (cdr find-ls-option))
!     (set (make-local-variable 'revert-buffer-function)
!        `(lambda (ignore-auto noconfirm)
!           (find-dired ,dir ,find-args)))
      ;; Set subdir-alist so that Tree Dired will work:
      (if (fboundp 'dired-simple-subdir-alist)
        ;; will work even with nested dired format (dired-nstd.el,v 1.15



reply via email to

[Prev in Thread] Current Thread [Next in Thread]