branch: elpa/auto-dim-other-buffers
commit db5411dd173e2be83690a8f9b939b63d6b3000e3
Author: Michal Nazarewicz <min...@mina86.com>
Commit: Michal Nazarewicz <min...@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