branch: elpa/helm
commit 02c58593431219daa1e0f008ed0d4bcaa0efe83f
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Long lines only
---
 helm-core.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 7009cccb5c1..cb5c16b288d 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -2653,8 +2653,10 @@ i.e. functions called with RET."
     ;; If no helm based action run within 0.5 seconds, the next helm
     ;; session will have to resolve again those variable values.
     (run-with-idle-timer 0.5 nil
-                         (lambda () (helm-set-local-variable 
'helm-display-function nil
-                                                             
'helm--last-frame-parameters nil))))
+                         (lambda ()
+                           (helm-set-local-variable
+                            'helm-display-function nil
+                            'helm--last-frame-parameters nil))))
   (helm-exit-minibuffer))
 
 (defun helm-quit-and-find-file ()

Reply via email to