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 0a103b09eb 73/82: Require 'face-rem


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 0a103b09eb 73/82: Require 'face-remap to silence compilation warning
Date: Mon, 12 Dec 2022 20:58:46 -0500 (EST)

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

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