[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."
- [elpa] externals/bufferlo 59355cdb4e 158/192: Wrap 'bufferlo--bookmark-tab-handler' 'tab-bar-new-tab-to', (continued)
- [elpa] externals/bufferlo 59355cdb4e 158/192: Wrap 'bufferlo--bookmark-tab-handler' 'tab-bar-new-tab-to', ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 75c34f9e24 162/192: Mention bookmark list type column width, and shell-mode bookmarks, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 3b5c4cd21d 125/192: Add completing-read-multiple and enhance completing-reads, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo dc1c7ae607 129/192: Usability improvements to bufferlo-set-list-interactive, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 4eed004ef0 138/192: Silence byte-compiler, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 42b521c1c9 166/192: Modernize 'tab-bar-undo-close-tab' handling, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo f93479e2fc 190/192: Fix long line, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo b70886d88e 177/192: equal faster than string=, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 60480a39e5 191/192: Bump minimum required Emacs version to 29.1, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 80d9c8738b 192/192: Add bufferlo--warn calls, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 2277fe891f 176/192: Linting fixes,
ELPA Syncer <=
- [elpa] externals/bufferlo f618ac1271 184/192: Sync commentary with README, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo ef456aacb3 063/192: Enhance bufferlo-kill-modified-buffers-policy and bufferlo--kill-buffer, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo c2ef26da8f 070/192: Correct bufferlo--bookmark-frame-handler when new-frame-p, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo bc6aa4e301 072/192: Support sessions in bufferlo-bookmarks-load bufferlo-bookmarks-close, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 3efb697d01 067/192: Refine bufferlo-mode-line changed brackets to left-prefix and right-suffix, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 1aaac07568 068/192: Refine session frameset-restore and frame geometry handling, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo e416f21e4f 089/192: Address bufferlo--bookmark-get-duplicate-policy flymake missing docstring, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 325e7d3477 088/192: Improve messages to include relevant bookmark name, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 65d0cdedd5 103/192: Remove unused variable. Move things to silence the compiler., ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 09702d8e79 097/192: Make the auto-save timer an idle timer, ELPA Syncer, 2025/04/19