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

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

[elpa] externals/beardbolt 98e984493b 170/323: Prevent hot recompile on


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 98e984493b 170/323: Prevent hot recompile on deleted buffers
Date: Thu, 9 Mar 2023 10:58:28 -0500 (EST)

branch: externals/beardbolt
commit 98e984493b2b73f7ffe850ba4be9b6a2f6b86f2a
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    Prevent hot recompile on deleted buffers
---
 rmsbolt.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rmsbolt.el b/rmsbolt.el
index 5308969fbc..42dcd46262 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -1545,6 +1545,7 @@ Are you running two compilations at the same time?"))
              (should-hot-recompile rmsbolt-automatic-recompile)
              (output-buffer (get-buffer rmsbolt-output-buffer))
              (src-buffer (buffer-local-value 'rmsbolt-src-buffer 
output-buffer))
+             (src-buffer-live (buffer-live-p src-buffer))
              (is-not-elisp (not (eq 'emacs-lisp-mode
                                     (with-current-buffer src-buffer
                                       major-mode))))



reply via email to

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