]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove redundant requires from make-mode.el
authorStefan Kangas <stefankangas@gmail.com>
Fri, 28 Oct 2022 20:30:31 +0000 (22:30 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 28 Oct 2022 20:30:31 +0000 (22:30 +0200)
* lisp/progmodes/make-mode.el (imenu, dabbrev, add-log): Remove
redundant requires.

lisp/progmodes/make-mode.el

index 5e9a68805d9283bb18543e53a3e9354e04df1af2..9b9bb0e9d4127c7f8bc870f74e28656cb8810b6a 100644 (file)
 ;; * 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'
 
 ;;; ------------------------------------------------------------