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

    Require 'face-remap to silence compilation warning
    
    This addresses the following warning:
    
        In end of data:
        auto-dim-other-buffers.el:378:1: Warning: the function
            ‘face-remap-remove-relative’ is not known to be defined.
---
 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 2446199a4c..43f7292504 100644
--- a/auto-dim-other-buffers.el
+++ b/auto-dim-other-buffers.el
@@ -61,6 +61,9 @@
 
 ;;; Code:
 
+(require 'face-remap)
+
+
 (defface auto-dim-other-buffers-face
   '((((background light)) :background "#eff") (t :background "#122"))
   "Face (presumably dimmed somehow) for non-selected window."

Reply via email to