branch: elpa/gc-buffers commit c73f43731673c067e34855fea08ef7645008c711 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@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.