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

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

[elpa] externals/ivy-hydra cdd3995 100/395: ivy.el (ivy--buffer-list): A


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra cdd3995 100/395: ivy.el (ivy--buffer-list): Avoid unnecessarily touching remote connections
Date: Thu, 25 Feb 2021 08:31:40 -0500 (EST)

branch: externals/ivy-hydra
commit cdd3995f94da5971b70574a81ac5f17da5bf57b9
Author: Fan_Yang <Fan_Yang@sjtu.edu.cn>
Commit: Fan_Yang <Fan_Yang@sjtu.edu.cn>

    ivy.el (ivy--buffer-list): Avoid unnecessarily touching remote connections
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 9ba22ba..f151983 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4115,7 +4115,7 @@ possible match.  See `all-completions' for further 
information."
               (dir (buffer-local-value 'default-directory buf))
               (face (if (and dir
                              (ignore-errors
-                               (file-remote-p (abbreviate-file-name dir))))
+                               (file-remote-p dir)))
                         'ivy-remote
                       (cdr (assq (buffer-local-value 'major-mode buf)
                                  ivy-switch-buffer-faces-alist)))))



reply via email to

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