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

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

[elpa] externals/bug-hunter afb4bb1 86/95: Fix #14 - Explain what to do


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter afb4bb1 86/95: Fix #14 - Explain what to do if you encounter another issue
Date: Fri, 27 Nov 2020 22:07:02 -0500 (EST)

branch: externals/bug-hunter
commit afb4bb135ddcb6513da0f174db1fa7f4775c0158
Author: Artur Malabarba <bruce.connor.am@gmail.com>
Commit: Artur Malabarba <bruce.connor.am@gmail.com>

    Fix #14 - Explain what to do if you encounter another issue
---
 bug-hunter.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bug-hunter.el b/bug-hunter.el
index 0df8c4e..4246466 100644
--- a/bug-hunter.el
+++ b/bug-hunter.el
@@ -288,7 +288,7 @@ ARGS are passed before \"-l FILE\"."
     (unwind-protect
         (bug-hunter--run-emacs file-name "-Q")
       (delete-file file-name))
-    (y-or-n-p "Did you find the problem/bug in this instance? ")))
+    (y-or-n-p "Did you find the problem/bug in this instance (if you encounter 
some other issue, answer `n')? ")))
 
 (defun bug-hunter--wrap-forms-for-eval (forms)
   "Return FORMS wrapped in initialization code."



reply via email to

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