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

    Bump Version in comment
---
 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 cc6725059e..413e852ceb 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -8,7 +8,7 @@
 ;;     Michal Nazarewicz <min...@mina86.com>
 ;; Maintainer: Michal Nazarewicz <min...@mina86.com>
 ;; URL: https://github.com/mina86/auto-dim-other-buffers.el
-;; Version: 1.6.4
+;; Version: 1.7
 
 ;; This file is not part of GNU Emacs.
 
@@ -73,7 +73,6 @@ Currently only mini buffer and echo areas are ignored."
       (minibufferp buffer)
       (string-match "^ \\*Echo Area" (buffer-name buffer))))
 
-;; current remapping cookie for adob
 (defvar-local adob--face-mode-remapping nil
   "Current remapping cookie for `auto-dim-other-buffers-mode'.")
 

Reply via email to