branch: elpa/helm commit a2f829e85bd09874f40ed66061c6e1b517004529 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix sentinel in locate-library --- helm-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-lib.el b/helm-lib.el index 14e79e1c80..e2e5c56abb 100644 --- a/helm-lib.el +++ b/helm-lib.el @@ -1745,8 +1745,8 @@ Directories expansion is not supported." (with-current-buffer (process-buffer process) (replace-regexp-in-string "\n" "" - (buffer-string))))) - (kill-buffer (process-buffer process)))) + (buffer-string)))) + (kill-buffer (process-buffer process))))) (while (and proc (eq (process-status proc) 'run)) (accept-process-output proc)) (if (string= output "")