branch: elpa/helm
commit 7a7f79cfee7c10aafbac216e15d455e3b4c3b1b8
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@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