branch: elpa/helm
commit 0c12230b4f90118990a3449cbc220b3e13417387
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Disable helm-debug when quitting helm
Was done before by save debug to directory.
---
helm-core.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
index 4a18c19a0e..753c4c6dd1 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -3017,7 +3017,8 @@ HISTORY args see `helm'."
;; Reset helm-pattern so that lambda's using it
;; before running helm will not start with its old value.
(setq helm-pattern "")
- (setq helm--ignore-errors nil))))
+ (setq helm--ignore-errors nil
+ helm-debug nil))))
(defun helm--advice-linum-on ()
(unless (or (minibufferp)