summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-02-26 15:50:41 +0100
committerStefan Kangas <stefan@marxist.se>2021-02-26 15:52:26 +0100
commit54af0d4298fbd60692a7b5339b5b909242909bf4 (patch)
treeac46e4d45a58b3c9cfdfd78a043c299fd4c29897 /lisp/emacs-lisp/edebug.el
parentf83775b4d34f48b44481bc1f4f9e78a83556c2f1 (diff)
downloademacs-54af0d4298fbd60692a7b5339b5b909242909bf4.tar.gz
emacs-54af0d4298fbd60692a7b5339b5b909242909bf4.tar.bz2
emacs-54af0d4298fbd60692a7b5339b5b909242909bf4.zip
Remove redundant requires of easymenu
* lisp/allout.el: * lisp/emacs-lisp/edebug.el: * lisp/emacs-lisp/ert.el: * lisp/erc/erc-menu.el: * lisp/help-mode.el: * lisp/net/dictionary.el: * lisp/nxml/rng-nxml.el: * lisp/progmodes/ebrowse.el: * lisp/progmodes/meta-mode.el: * lisp/progmodes/prolog.el: * lisp/progmodes/ps-mode.el: * lisp/progmodes/vera-mode.el: * lisp/wid-browse.el: Remove redundant require of easymenu. We only use the autoloaded macro 'easy-menu-define' here.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r--lisp/emacs-lisp/edebug.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 45e76c751fe..6f3c7d66881 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -4369,10 +4369,6 @@ It is removed when you hit any char."
(set variable (not (symbol-value variable)))
(message "%s: %s" variable (symbol-value variable)))
-;; We have to require easymenu (even for Emacs 18) just so
-;; the easy-menu-define macro call is compiled correctly.
-(require 'easymenu)
-
(defconst edebug-mode-menus
'("Edebug"
["Stop" edebug-stop t]