From b9683230ecaada87f23bdba59ef044c4b0374216 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 22 Mar 2021 20:18:00 +0100 Subject: [PATCH] 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 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\"))) -- 2.39.5