]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix to previous commit
authorRoland Winkler <winkler@gnu.org>
Wed, 12 Jun 2019 03:17:30 +0000 (22:17 -0500)
committerRoland Winkler <winkler@gnu.org>
Wed, 12 Jun 2019 03:17:30 +0000 (22:17 -0500)
* find-dired.el (find-dired-sentinel): Check whether
find-dired-refine-function is non-nil.

lisp/find-dired.el

index 6e5abe2f13446a296b954d9a08faac79720cb615..2c76179da0618c5a3c35ad64187202da38c262fc 100644 (file)
@@ -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))