projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44d2d23
)
Remove redundant requires from make-mode.el
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 28 Oct 2022 20:30:31 +0000
(22:30 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/make-mode.el
b/lisp/progmodes/make-mode.el
index 5e9a68805d9283bb18543e53a3e9354e04df1af2..9b9bb0e9d4127c7f8bc870f74e28656cb8810b6a 100644
(file)
--- 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'
;;; ------------------------------------------------------------