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

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

[nongnu] elpa/sly dffdf3c: Fix #397: by default, just bury inspector buf


From: ELPA Syncer
Subject: [nongnu] elpa/sly dffdf3c: Fix #397: by default, just bury inspector buffers
Date: Tue, 5 Jan 2021 06:57:15 -0500 (EST)

branch: elpa/sly
commit dffdf3caa12e964127d6eb45ba92ac0442cc5a48
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Fix #397: by default, just bury inspector buffers
    
    I.e. don't kill the inspector on the Lisp side.  If the user types
    C-u q, then we assume she knows what she is doing.
    
    * sly.el (sly-inspector-quit): Fix interactive spec.
---
 sly.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sly.el b/sly.el
index 1b96528..aa32a75 100644
--- a/sly.el
+++ b/sly.el
@@ -6716,7 +6716,7 @@ position of point in the current buffer."
   "Quit the inspector and kill the buffer.
 With optional RESET (true with prefix arg), also reset the
 inspector on the Lisp side."
-  (interactive "p")
+  (interactive "P")
   (when reset (sly-eval-async `(slynk:quit-inspector)))
   (quit-window))
 



reply via email to

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