mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
Fix previous face.el change
* lisp/faces.el (require): Fix compilation warning from previous face.el change.
This commit is contained in:
parent
8c589c2583
commit
b9683230ec
1 changed files with 2 additions and 0 deletions
|
|
@ -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\")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue