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

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

[nongnu] elpa/gc-buffers c73f437316 08/11: Remove gc-buffers-inactive-mi


From: ELPA Syncer
Subject: [nongnu] elpa/gc-buffers c73f437316 08/11: Remove gc-buffers-inactive-minibuffer
Date: Sun, 27 Nov 2022 15:59:54 -0500 (EST)

branch: elpa/gc-buffers
commit c73f43731673c067e34855fea08ef7645008c711
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Remove gc-buffers-inactive-minibuffer
---
 gc-buffers.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/gc-buffers.el b/gc-buffers.el
index 531c19feb0..fbfdfad0de 100644
--- a/gc-buffers.el
+++ b/gc-buffers.el
@@ -55,7 +55,6 @@
 (defcustom gc-buffers-functions
   (list #'gc-buffers-elisp-flymake
         #'gc-buffers-elisp-flymake-stderr
-        #'gc-buffers-inactive-minibuffer
         #'gc-buffers-flymake-diagnostics
         #'gc-buffers-helpful-all
         #'gc-buffers-async-shell-command-buffer)
@@ -71,7 +70,6 @@ example, never put `always' here, that would delete all 
buffers."
   :type 'hook
   :options (list #'gc-buffers-elisp-flymake
                  #'gc-buffers-elisp-flymake-stderr
-                 #'gc-buffers-inactive-minibuffer
                  #'gc-buffers-flymake-diagnostics
                  #'gc-buffers-flymake-diagnostics-all
                  #'gc-buffers-helpful-all
@@ -154,12 +152,6 @@ Check if the name of BUFFER is
  \" *stderr of elisp-flymake-byte-compile*\"."
   (string= (buffer-name buffer) " *stderr of elisp-flymake-byte-compile*"))
 
-(defun gc-buffers-inactive-minibuffer (buffer)
-  "Kill garbage (inactive) minibuffers.
-
-Check if BUFFER is an inactive minibuffer window."
-  (minibufferp buffer t))
-
 (defun gc-buffers-flymake-diagnostics (buffer)
   "Kill garbage Flymake diagnostics buffers.
 



reply via email to

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