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

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

[nongnu] elpa/helm 86a6143f49: Fix long lines


From: ELPA Syncer
Subject: [nongnu] elpa/helm 86a6143f49: Fix long lines
Date: Mon, 6 Mar 2023 09:00:33 -0500 (EST)

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

    Fix long lines
---
 helm-fd.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/helm-fd.el b/helm-fd.el
index f54c366387..2b427b19c9 100644
--- a/helm-fd.el
+++ b/helm-fd.el
@@ -84,14 +84,17 @@
   "Initialize fd process in an helm async source."
   (let* (process-connection-type
          (cmd (append helm-fd-switches
-                      (or (and (fboundp #'split-string-shell-command) 
(split-string-shell-command helm-pattern))
+                      (or (and (fboundp #'split-string-shell-command)
+                               (split-string-shell-command helm-pattern))
                           (split-string helm-pattern))))
          (proc (apply #'start-process "fd" nil helm-fd-executable cmd))
          (start-time (float-time))
          (fd-version (replace-regexp-in-string
                       "\n" ""
-                      (shell-command-to-string (concat helm-fd-executable " 
--version")))))
-    (helm-log "helm-fd-process" "Fd command:\nfd %s" (mapconcat 'identity cmd 
" "))
+                      (shell-command-to-string
+                       (concat helm-fd-executable " --version")))))
+    (helm-log "helm-fd-process" "Fd command:\nfd %s"
+              (mapconcat 'identity cmd " "))
     (helm-log "helm-fd-process" "VERSION: %s" fd-version)
     (prog1
         proc



reply via email to

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