[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Simplify Gnus buffer liveness checking and killing
From: |
Basil L. Contovounesios |
Subject: |
[PATCH] Simplify Gnus buffer liveness checking and killing |
Date: |
Mon, 20 May 2019 01:10:54 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
0001-Simplify-Gnus-buffer-liveness-checking-and-killing.patch
Description: Text Data
There seems to be overlap in the implementations and usage of
gnus-buffer-exists-p and gnus-buffer-live-p, as well as of gnus-buffers
and gnus-prune-buffers.
The attached patch removes gnus-buffer-exists-p in favour of a modified
gnus-buffer-live-p, aliases gnus-prune-buffers to a simplified
gnus-buffers, and simplifies several call sites pertaining to buffer
liveness checking and killing. WDYT?
Thanks,
--
Basil