From cabb496d6e189c94fb204378c59b3ab1821db643 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 28 Oct 2022 22:30:31 +0200 Subject: [PATCH] Remove redundant requires from make-mode.el * lisp/progmodes/make-mode.el (imenu, dabbrev, add-log): Remove redundant requires. --- lisp/progmodes/make-mode.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 5e9a68805d9..9b9bb0e9d41 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -81,12 +81,6 @@ ;; * Update texinfo manual. ;; * Update files.el. -;; Sadly we need this for a macro. -(eval-when-compile - (require 'imenu) - (require 'dabbrev) - (require 'add-log)) - (require 'subr-x) ; `string-limit' ;;; ------------------------------------------------------------ -- 2.39.5