emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b8350e5: Fix to previous commit


From: Roland Winkler
Subject: [Emacs-diffs] master b8350e5: Fix to previous commit
Date: Tue, 11 Jun 2019 23:19:28 -0400 (EDT)

branch: master
commit b8350e52ef6201103b12db5ad8b9268452feb8b6
Author: Roland Winkler <address@hidden>
Commit: Roland Winkler <address@hidden>

    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 6e5abe2..2c76179 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]