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

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

[elpa] externals/beacon 088c574 1/6: Be more careful about ignoring temp


From: Stefan Monnier
Subject: [elpa] externals/beacon 088c574 1/6: Be more careful about ignoring temp buffers
Date: Wed, 17 Mar 2021 18:39:44 -0400 (EDT)

branch: externals/beacon
commit 088c57424c29fbc991665eae935de1c4c0fa12f3
Author: Artur Malabarba <Malabarba@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Be more careful about ignoring temp buffers
    
    Fix #57
---
 beacon.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beacon.el b/beacon.el
index f3cdea9..28fa029 100644
--- a/beacon.el
+++ b/beacon.el
@@ -249,7 +249,7 @@ COLORS applied to each one."
 
 (defun beacon--vanish (&rest _)
   "Turn off the beacon."
-  (unless (string-match "\\` \\*\\(temp-buffer\\|Echo Area.*\\)\\*"
+  (unless (string-match "\\` *\\*\\(temp\\|temp-buffer\\|Echo Area.*\\)\\*"
                         (buffer-name))
     (when (timerp beacon--timer)
       (cancel-timer beacon--timer))



reply via email to

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