From b8350e52ef6201103b12db5ad8b9268452feb8b6 Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Tue, 11 Jun 2019 22:17:30 -0500 Subject: [PATCH] Fix to previous commit * find-dired.el (find-dired-sentinel): Check whether find-dired-refine-function is non-nil. --- lisp/find-dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2