From: Lars Ingebrigtsen <larsi@gnus.org>
Date: Mon, 22 Mar 2021 19:18:00 +0000 (+0100)
Subject: Fix previous face.el change
X-Git-Tag: emacs-28.0.90~3177
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9683230ecaada87f23bdba59ef044c4b0374216;p=emacs.git

Fix previous face.el change

* lisp/faces.el (require): Fix compilation warning from previous
face.el change.
---

diff --git a/lisp/faces.el b/lisp/faces.el
index 3ea4c940a32..10675563ea2 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\")))