summaryrefslogtreecommitdiff
path: root/lisp/htmlfontify.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-12-02 15:43:26 +0100
committerStefan Kangas <stefan@marxist.se>2020-12-02 18:21:44 +0100
commit1b2547de23ef6bcab9ec791878178f5ade99bd19 (patch)
tree733446e428c153fcb94b2616968a623b4beeded0 /lisp/htmlfontify.el
parent77ee32c034a1a381d302af0cb54eede7a4dbec60 (diff)
downloademacs-1b2547de23ef6bcab9ec791878178f5ade99bd19.tar.gz
Remove redundant requires of faces
* lisp/htmlfontify.el: * lisp/term/ns-win.el: * lisp/term/w32-win.el: * lisp/term/x-win.el: * test/lisp/faces-tests.el: Don't require 'faces'; it is preloaded since version 19.34.
Diffstat (limited to 'lisp/htmlfontify.el')
-rw-r--r--lisp/htmlfontify.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index fcd4df037a5..6a2ed3aee92 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -78,8 +78,6 @@
;;; Code:
(eval-when-compile (require 'cl-lib))
-(require 'faces)
-;; (`facep' `face-attr-construct' `x-color-values' `color-values' `face-name')
(require 'custom)
;; (`defgroup' `defcustom')
(require 'font-lock)