branch: elpa/auto-dim-other-buffers
commit 07d906f0f0c3baf6b6109880cc22ac395f99bda5
Author: Steven Degutis <[email protected]>
Commit: Steven Degutis <[email protected]>
useless extra thing
---
auto-dim-other-buffers.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index d2f356abc8..5683cf2168 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -19,8 +19,7 @@
(dolist (buffer (buffer-list))
(set-buffer buffer)
(buffer-face-set nil))
- (set-buffer original)
- (buffer-face-set nil)))
+ (set-buffer original)))
(defun turn-on-auto-dim-other-buffers ()
(interactive)