[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/bufferlo 558d1d8e25 167/192: Correct typo in ibuffer co
From: |
ELPA Syncer |
Subject: |
[elpa] externals/bufferlo 558d1d8e25 167/192: Correct typo in ibuffer compatibility macro |
Date: |
Sat, 19 Apr 2025 15:58:19 -0400 (EDT) |
branch: externals/bufferlo
commit 558d1d8e2588ff3e16cb16de492af7f43c83617c
Author: shipmints <shipmints@gmail.com>
Commit: Florian Rommel <mail@florommel.de>
Correct typo in ibuffer compatibility macro
---
bufferlo.el | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/bufferlo.el b/bufferlo.el
index ec1953f6fa..40a0c33fc6 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -1962,13 +1962,13 @@ The parameters OTHER-WINDOW-P NOSELECT SHRINK are
passed to `ibuffer'."
(bufferlo-remove buf)
t))
- '(defun bufferlo--ibuffer-do-bufferlo-remove-prompt (op)
- "`ibuffer' prompt helper for OP."
- (let ((bookmark-name (bufferlo--current-bookmark-name)))
- (format "%s from %slocals:" op
- (if bookmark-name
- (format "bufferlo bookmark \"%s\" " bookmark-name)
- ""))))
+ (defun bufferlo--ibuffer-do-bufferlo-remove-prompt (op)
+ "`ibuffer' prompt helper for OP."
+ (let ((bookmark-name (bufferlo--current-bookmark-name)))
+ (format "%s from %slocals:" op
+ (if bookmark-name
+ (format "bufferlo bookmark \"%s\" " bookmark-name)
+ ""))))
'(define-ibuffer-op ibuffer-do-bufferlo-remove ()
"Remove marked buffers from bufferlo's local buffer list."
- [elpa] externals/bufferlo 652fe5c72d 130/192: Document CRM prompt recommendation, (continued)
- [elpa] externals/bufferlo 652fe5c72d 130/192: Document CRM prompt recommendation, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo a4448a8ec3 148/192: Expand multiple matches in bufferlo--bookmark-completing-read-multiple, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 6b4e50313f 143/192: Fix comment typo reuse not resue, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo a42f306d48 152/192: Document CRM prompt recommendation, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 244c70ac31 149/192: bufferlo--set-save the tabset tbms in user specified order, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo ca103eb6eb 153/192: Support define-ibuffer-op opstring prompt functions, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 5c3bd1aa2e 154/192: Support inhibiting bookmark-insert, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 861cca9ac7 155/192: Correct bufferlo--tab-bar-undo-close-tab-advice duplicate check, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 530159db2f 168/192: Correct doc references to bufferlo-bookmarks-save-at-emacs-exit, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 0936cf6948 173/192: Continue on errors when killing buffers, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 558d1d8e25 167/192: Correct typo in ibuffer compatibility macro,
ELPA Syncer <=
- [elpa] externals/bufferlo 08cfa9b48d 181/192: Minor cleanups, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 6303e22034 189/192: Idiomatic use of cl-labels, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 8e3694bef8 175/192: Update README, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo c974569942 187/192: Fix bufferlo--kill-buffer-safely, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo ff607d2f64 185/192: Add defcustom bufferlo-mode-line setter, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo f4462522b7 053/192: Minor tweak to prevent duplicate mode-line-misc-info entries, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo f2e25899b6 172/192: Do not set read-answer-short, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 2e6f922c6e 188/192: Refine buffer/orphan killing, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo 67aa0d269e 059/192: Cleanup bufferlo--bookmark-frame-handler, ELPA Syncer, 2025/04/19
- [elpa] externals/bufferlo db3d7b8f19 144/192: Clarify docstrings saying if rather than when, ELPA Syncer, 2025/04/19