branch: externals/bluetooth commit 398d36116cd80a7bee026b991b496566cdb7ac66 Author: Raffael Stocker <r.stoc...@mnet-mail.de> Commit: Raffael Stocker <r.stoc...@mnet-mail.de>
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