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

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

[elpa] externals/bluetooth 398d361 44/57: ensures line highlighting afte


From: Stefan Monnier
Subject: [elpa] externals/bluetooth 398d361 44/57: ensures line highlighting after list display update
Date: Thu, 7 Nov 2019 23:28:57 -0500 (EST)

branch: externals/bluetooth
commit 398d36116cd80a7bee026b991b496566cdb7ac66
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    ensures line highlighting after list display update
---
 bluetooth.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bluetooth.el b/bluetooth.el
index 641fad4..633cf97 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -160,7 +160,8 @@ This is usually `:system' if bluetoothd runs as a system 
service, or
 (defun bluetooth--update-list ()
   "Update the list view."
   (with-current-buffer bluetooth-buffer-name
-    (tabulated-list-print t)))
+    (tabulated-list-print t)
+    (hl-line-highlight)))
 
 ;;; List format for the main display buffer.
 ;;; NOTE: the strings MUST correspond to Bluez device properties



reply via email to

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