projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c589c2
)
Fix previous face.el change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 22 Mar 2021 19:18:00 +0000
(20:18 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 22 Mar 2021 19:18:04 +0000
(20:18 +0100)
* lisp/faces.el (require): Fix compilation warning from previous
face.el change.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 3ea4c940a32ff18a00a968163667ea7f6ea31704..10675563ea2c3d5c95f94936514807f1ebe88d8a 100644
(file)
--- 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\")))