summaryrefslogtreecommitdiff
path: root/lisp/find-dired.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:26:42 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:26:42 +0000
commit71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (patch)
tree0204c3c252547a44e2404959409034406f7680cd /lisp/find-dired.el
parent693ff6134cb2ec65c7d188696f012662edadfbf0 (diff)
downloademacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'lisp/find-dired.el')
-rw-r--r--lisp/find-dired.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el
index 046a2b7dad6..8ea6bbc61da 100644
--- a/lisp/find-dired.el
+++ b/lisp/find-dired.el
@@ -109,7 +109,7 @@ as the final argument."
(delete-process find))
(error nil))
(error "Cannot have two processes in `%s' at once" (buffer-name)))))
-
+
(widen)
(kill-all-local-variables)
(setq buffer-read-only nil)
@@ -134,7 +134,7 @@ as the final argument."
;; and later)
(dired-simple-subdir-alist)
;; else we have an ancient tree dired (or classic dired, where
- ;; this does no harm)
+ ;; this does no harm)
(set (make-local-variable 'dired-subdir-alist)
(list (cons default-directory (point-min-marker)))))
(setq buffer-read-only nil)
@@ -142,7 +142,7 @@ as the final argument."
;; subdir-alist points there.
(insert " " dir ":\n")
;; Make second line a ``find'' line in analogy to the ``total'' or
- ;; ``wildcard'' line.
+ ;; ``wildcard'' line.
(insert " " args "\n")
;; Start the find process.
(let ((proc (start-process-shell-command find-dired-find-program (current-buffer) args)))