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

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

[nongnu] elpa/helm 056147f733: Fix long lines


From: ELPA Syncer
Subject: [nongnu] elpa/helm 056147f733: Fix long lines
Date: Mon, 5 Sep 2022 15:58:38 -0400 (EDT)

branch: elpa/helm
commit 056147f733f4ae96feab89d5c8db27f9aca3d389
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix long lines
---
 helm-files.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index ead04995cb..475ac5990b 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -3221,8 +3221,10 @@ debugging purpose."
     (file-accessible-directory-p path)))
 
 (defvar helm-ff--file-accessible-directory-p-fn
-  ;; Handle the emacs-27 case, where `tramp-file-name-unify` isn't defined.
-  (if (and (fboundp 'tramp-file-name-unify) (equal (func-arity 
'tramp-file-name-unify) '(1 . 2)))
+  ;; Handle the emacs-27 case, where `tramp-file-name-unify` isn't
+  ;; defined.
+  (if (and (fboundp 'tramp-file-name-unify)
+           (equal (func-arity 'tramp-file-name-unify) '(1 . 2)))
       #'helm-ff--file-accessible-directory-p
     #'file-accessible-directory-p))
 



reply via email to

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