diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-12-02 15:43:26 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-12-02 18:21:44 +0100 |
commit | 1b2547de23ef6bcab9ec791878178f5ade99bd19 (patch) | |
tree | 733446e428c153fcb94b2616968a623b4beeded0 /test/lisp/faces-tests.el | |
parent | 77ee32c034a1a381d302af0cb54eede7a4dbec60 (diff) | |
download | emacs-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 'test/lisp/faces-tests.el')
-rw-r--r-- | test/lisp/faces-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/faces-tests.el b/test/lisp/faces-tests.el index b19cef5decd..bdd18a5ac58 100644 --- a/test/lisp/faces-tests.el +++ b/test/lisp/faces-tests.el @@ -24,7 +24,6 @@ (require 'ert) (require 'ert-x) -(require 'faces) (defgroup faces--test nil "" :group 'faces--test) |