From bded6679d0659032851d033cdd206aae2a884ba4 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Thu, 28 May 2020 13:48:15 +0200 Subject: Add missing ‘require’ form. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘compilation-face’ is defined in the ‘compile’ library, so we should ‘require’ that library. --- rust-mode-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-mode-tests.el b/rust-mode-tests.el index 2464307..363d73c 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -3,6 +3,7 @@ (require 'rust-mode) (require 'ert) (require 'cl-lib) +(require 'compile) (require 'imenu) (defconst rust-test-fill-column 32) -- cgit v1.2.3