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

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

[nongnu] elpa/helm 7a7f79cfee 1/2: Some libraries don't respect first li


From: ELPA Syncer
Subject: [nongnu] elpa/helm 7a7f79cfee 1/2: Some libraries don't respect first line conventions (---) fixit
Date: Sat, 16 Sep 2023 15:59:38 -0400 (EDT)

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

    Some libraries don't respect first line conventions (---) fixit
---
 helm-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-lib.el b/helm-lib.el
index 5de137dfcb..14e79e1c80 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1729,7 +1729,7 @@ Directories expansion is not supported."
          (shell-command-switch "-c")
          (cmd "%s %s | head -n1 | awk 'match($0,\"%s\",a) {print a[2]}'\
  | awk -F ' -*-' '{print $1}'")
-         (regexp "^;;;(.*) --- (.*)$")
+         (regexp "^;;;(.*) ---? (.*)$")
          (proc (start-process-shell-command
                 "helm-locate-lib-get-summary" "*helm locate lib*"
                 (format cmd



reply via email to

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