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

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

[elpa] externals/bufferlo 2277fe891f 176/192: Linting fixes


From: ELPA Syncer
Subject: [elpa] externals/bufferlo 2277fe891f 176/192: Linting fixes
Date: Sat, 19 Apr 2025 15:58:20 -0400 (EDT)

branch: externals/bufferlo
commit 2277fe891fcf2cae0be1f1dd08222cc3a7c52d7a
Author: shipmints <shipmints@gmail.com>
Commit: Flo Rommel <mail@florommel.de>

    Linting fixes
---
 bufferlo.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bufferlo.el b/bufferlo.el
index ecb46fadb0..342f7d9070 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -1431,7 +1431,8 @@ Honors `bufferlo-bookmark-tab-duplicate-policy'."
         (tab-bar-close-tab)))))
 
 (defun bufferlo--tab-bar-undo-close-tab-advice (oldfn &rest args)
-  "Activate the advice for `tab-bar-undo-close-tab'."
+  "Activate the advice for `tab-bar-undo-close-tab'.
+Pass ARGS to OLDFN."
   (let ((bufferlo--desktop-advice-active t)
         (bufferlo--desktop-advice-active-force t))
     (apply oldfn args))
@@ -1954,8 +1955,8 @@ The parameters OTHER-WINDOW-P NOSELECT SHRINK are passed 
to `ibuffer'."
     (ibuffer other-window-p name '((bufferlo-orphan-buffers . nil))
              noselect shrink)))
 
-;; Below allows both old and new define-ibuffer-op macros to coexist.
 (defmacro bufferlo--ibuffer-do-wrapper ()
+  "Wrapper to support both <31 and 31+ `define-ibuffer-op macro'."
   (if (< emacs-major-version 31)
       '(define-ibuffer-op ibuffer-do-bufferlo-remove ()
          "Remove marked buffers from bufferlo's local buffer list."



reply via email to

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