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 b3999f9728 48/82: Fix missing closi


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers b3999f9728 48/82: Fix missing closing paren
Date: Mon, 12 Dec 2022 20:58:42 -0500 (EST)

branch: elpa/auto-dim-other-buffers
commit b3999f97284a77d4c2bb00a104ca9714b43c4573
Author: Michal Nazarewicz <mina86@mina86.com>
Commit: Michal Nazarewicz <mina86@mina86.com>

    Fix missing closing paren
---
 auto-dim-other-buffers.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index 572977a11f..cc6725059e 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -87,7 +87,7 @@ Currently only mini buffer and echo areas are ignored."
                (face-remap-remove-relative adob--face-mode-remapping)
                (setq adob--face-mode-remapping nil)
                t))
-    (force-window-update (current-buffer)))
+    (force-window-update (current-buffer))))
 
 (defun adob--buffer-list-update-hook ()
   "If buffer has changed, dim the last one and undim the new one."



reply via email to

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