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

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

[nongnu] elpa/auto-dim-other-buffers 7f332de332 17/82: oops


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 7f332de332 17/82: oops
Date: Mon, 12 Dec 2022 20:58:39 -0500 (EST)

branch: elpa/auto-dim-other-buffers
commit 7f332de33232dca2e6c937d20aa756160f1f0beb
Author: Steven Degutis <sbdegutis@gmail.com>
Commit: Steven Degutis <sbdegutis@gmail.com>

    oops
---
 auto-dim-other-buffers.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index c7c0c2e336..8806ddad13 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -46,13 +46,11 @@
   (adob/set-face-on-all-buffers 'auto-dim-other-buffers-face))
 
 (defun turn-off-auto-dim-other-buffers ()
-  (message "turning off")
   (remove-hook 'pre-command-hook 'adob/pre-command-hook)
   (remove-hook 'post-command-hook 'adob/post-command-hook)
   (adob/undim-all-windows))
 
 (defun turn-on-auto-dim-other-buffers ()
-  (message "turning on")
   (setq adob/last-buffer nil)
   (adob/dim-all-windows)
   (add-hook 'pre-command-hook 'adob/pre-command-hook)



reply via email to

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