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

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

[elpa] externals/bluetooth 7a78351220 19/32: set tabulated-list-padding


From: Stefan Kangas
Subject: [elpa] externals/bluetooth 7a78351220 19/32: set tabulated-list-padding to 0
Date: Mon, 3 Jan 2022 15:11:08 -0500 (EST)

branch: externals/bluetooth
commit 7a78351220f5da64566c4ec9508358ab444bbdab
Author: Raffael Stocker <r.stocker@mnet-mail.de>
Commit: Raffael Stocker <r.stocker@mnet-mail.de>

    set tabulated-list-padding to 0
---
 bluetooth.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bluetooth.el b/bluetooth.el
index 897c40d1d5..3e128a6ed0 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -457,7 +457,7 @@ as they are used to gather the information from Bluez.")
   "Major mode for managing Bluetooth devices."
   (setq tabulated-list-format bluetooth--list-format
                tabulated-list-entries #'bluetooth--list-entries
-               tabulated-list-padding 1
+               tabulated-list-padding 0
                tabulated-list-sort-key (cons "Alias" nil))
   (tabulated-list-init-header)
   (tabulated-list-print)



reply via email to

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