diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/find-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 6e5abe2f134..2c76179da06 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -350,7 +350,7 @@ specifies what to use in place of \"-ls\" as the final argument." (save-excursion (save-restriction (widen) - (when (boundp 'find-dired-refine-function) + (when find-dired-refine-function ;; `find-dired-filter' puts two whitespace characters ;; at the beginning of every line. (narrow-to-region (point) (- (point-max) 2)) |