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

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

[nongnu] elpa/helm 0c12230b4f 5/5: Disable helm-debug when quitting helm


From: ELPA Syncer
Subject: [nongnu] elpa/helm 0c12230b4f 5/5: Disable helm-debug when quitting helm
Date: Tue, 20 Sep 2022 07:59:30 -0400 (EDT)

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

    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)



reply via email to

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