From: Roland Winkler Date: Wed, 12 Jun 2019 03:17:30 +0000 (-0500) Subject: Fix to previous commit X-Git-Tag: emacs-27.0.90~2614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8350e52ef6201103b12db5ad8b9268452feb8b6;p=emacs.git Fix to previous commit * find-dired.el (find-dired-sentinel): Check whether find-dired-refine-function is non-nil. --- 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))