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

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

[elpa] externals/inspector cab7ea001b: use kill-this-buffer


From: ELPA Syncer
Subject: [elpa] externals/inspector cab7ea001b: use kill-this-buffer
Date: Fri, 27 Jan 2023 06:57:46 -0500 (EST)

branch: externals/inspector
commit cab7ea001baa54eff6393f171e9ef1f69258d5ac
Author: Mariano Montone <marianomontone@gmail.com>
Commit: Mariano Montone <marianomontone@gmail.com>

    use kill-this-buffer
---
 inspector.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inspector.el b/inspector.el
index 1d20bdb28e..d1727ad252 100644
--- a/inspector.el
+++ b/inspector.el
@@ -5,7 +5,7 @@
 ;; Author: Mariano Montone <marianomontone@gmail.com>
 ;; URL: https://github.com/mmontone/emacs-inspector
 ;; Keywords: debugging, tool, lisp, development
-;; Version: 0.14
+;; Version: 0.15
 ;; Package-Requires: ((emacs "27.1"))
 
 ;; This program is free software; you can redistribute it and/or modify
@@ -753,7 +753,7 @@ When PRESERVE-HISTORY is T, inspector history is not 
cleared."
   (let ((object (buffer-local-value '* (current-buffer))))
     (with-current-buffer-window "*inspector pprint*"
        nil nil
-      (local-set-key "q" #'kill-buffer-and-window)
+      (local-set-key "q" #'kill-this-buffer)
       (pp object))))
 
 ;;-- Inspection from Emacs debugger



reply via email to

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