summaryrefslogtreecommitdiff
path: root/lisp/term/ns-win.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/term/ns-win.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/term/ns-win.el')
-rw-r--r--lisp/term/ns-win.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el
index 8273c067f8b..99cead99237 100644
--- a/lisp/term/ns-win.el
+++ b/lisp/term/ns-win.el
@@ -47,7 +47,6 @@
;; Documentation-purposes only: actually loaded in loadup.el.
(require 'frame)
(require 'mouse)
-(require 'faces)
(require 'menu-bar)
(require 'fontset)
(require 'dnd)