From 1b2547de23ef6bcab9ec791878178f5ade99bd19 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 2 Dec 2020 15:43:26 +0100 Subject: 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. --- test/lisp/faces-tests.el | 1 - 1 file changed, 1 deletion(-) (limited to 'test/lisp/faces-tests.el') 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) -- cgit v1.2.3