emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b968323: Fix previous face.el change


From: Lars Ingebrigtsen
Subject: master b968323: Fix previous face.el change
Date: Mon, 22 Mar 2021 15:18:09 -0400 (EDT)

branch: master
commit b9683230ecaada87f23bdba59ef044c4b0374216
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix previous face.el change
    
    * lisp/faces.el (require): Fix compilation warning from previous
    face.el change.
---
 lisp/faces.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/faces.el b/lisp/faces.el
index 3ea4c94..1067556 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -25,6 +25,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'subr-x))
+
 (defcustom term-file-prefix (purecopy "term/")
   "If non-nil, Emacs startup performs terminal-specific initialization.
 It does this by: (load (concat term-file-prefix (getenv \"TERM\")))



reply via email to

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