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 db5411dd17 23/82: Fix compiler warn


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers db5411dd17 23/82: Fix compiler warning by defining the variable
Date: Mon, 12 Dec 2022 20:58:39 -0500 (EST)

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

    Fix compiler warning by defining the variable
---
 auto-dim-other-buffers.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el
index 4aa5d5b7fa..d4d7222436 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -8,6 +8,9 @@
   "Face (presumably dimmed somehow) for non-current buffers."
   :group 'auto-dim-other-buffers)
 
+(defvar adob/last-buffer nil
+  "Buffer we were before command finished.")
+
 (defun adob/ignore-buffer (buffer)
   (or (null buffer)
       (minibufferp buffer)



reply via email to

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