emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 605cee0 202/399: counsel.el (counsel-compile): Fix saving


From: Oleh Krehel
Subject: [elpa] master 605cee0 202/399: counsel.el (counsel-compile): Fix saving of blddir
Date: Sat, 20 Jul 2019 14:57:23 -0400 (EDT)

branch: master
commit 605cee0b2ab989ae12abb31364ac00897733f79f
Author: Alex Bennée <address@hidden>
Commit: Oleh Krehel <address@hidden>

    counsel.el (counsel-compile): Fix saving of blddir
    
    The movement of the (or blddir srcdir) form left us always storing
    default directory. Fixes b180abf.
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 1355241..2269c21 100644
--- a/counsel.el
+++ b/counsel.el
@@ -5293,7 +5293,7 @@ The resulting strings are tagged with properties that
         (suffix (and blddir
                      (concat (propertize " in " 'face 'font-lock-warning-face)
                              (propertize blddir 'face 'dired-directory))))
-        (props `(srcdir ,srcdir blddir ,default-directory)))
+        (props `(srcdir ,srcdir blddir ,blddir)))
     (mapcar (lambda (target)
               (setq target (concat (format fmt target) suffix))
               (add-text-properties 0 (length target) props target)



reply via email to

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