branch: externals/bluetooth
commit 1649156a7c568b6a2e9c9c24c7aac2e6533bf2a2
Author: Raffael Stocker <r.stoc...@mnet-mail.de>
Commit: Raffael Stocker <r.stoc...@mnet-mail.de>

    removes incorrect mode-info clean-up
---
 bluetooth.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bluetooth.el b/bluetooth.el
index e12ceb1..c0914b2 100644
--- a/bluetooth.el
+++ b/bluetooth.el
@@ -341,8 +341,6 @@ This function only uses the first adapter reported by 
Bluez."
 
 (defun bluetooth--cleanup ()
   "Clean up when mode buffer is killed."
-  (setq mode-line-misc-info
-       (cl-remove bluetooth--mode-info mode-line-misc-info))
   ;; This function is registered as a kill-buffer-hook, so we don't
   ;; want any errors to get in the way of killing the buffer
   (ignore-errors

Reply via email to