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

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

[elpa] externals/bufferlo 95f54948c0 023/192: Change defcustom bufferlo-


From: ELPA Syncer
Subject: [elpa] externals/bufferlo 95f54948c0 023/192: Change defcustom bufferlo-prefer-local-buffers type to 'symbol.
Date: Sat, 19 Apr 2025 15:57:57 -0400 (EDT)

branch: externals/bufferlo
commit 95f54948c0f060d2275f45ae33a3328412e05cdf
Author: shipmints <shipmints@gmail.com>
Commit: shipmints <shipmints@gmail.com>

    Change defcustom bufferlo-prefer-local-buffers type to 'symbol.
---
 bufferlo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bufferlo.el b/bufferlo.el
index 285eebde5f..6fe3069405 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -72,7 +72,7 @@ buffers local to the current tab, otherwise they will cycle
 through buffers across the frame.
 
 This variable must be set before enabling `bufferlo-mode'."
-  :type 'boolean)
+  :type 'symbol)
 
 (defcustom bufferlo-include-buried-buffers t
   "Include buried buffers in the local list (`bufferlo-buffer-list').



reply via email to

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