Fix previous face.el change

* lisp/faces.el (require): Fix compilation warning from previous
face.el change.
This commit is contained in:
Lars Ingebrigtsen 2021-03-22 20:18:00 +01:00
parent 8c589c2583
commit b9683230ec

View file

@ -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\")))