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

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

[elpa] externals/bluetooth 1649156 06/33: removes incorrect mode-info cl


From: Stefan Monnier
Subject: [elpa] externals/bluetooth 1649156 06/33: removes incorrect mode-info clean-up
Date: Sat, 19 Sep 2020 08:43:20 -0400 (EDT)

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

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