diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-26 15:50:41 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-26 15:52:26 +0100 |
commit | 54af0d4298fbd60692a7b5339b5b909242909bf4 (patch) | |
tree | ac46e4d45a58b3c9cfdfd78a043c299fd4c29897 /lisp/net | |
parent | f83775b4d34f48b44481bc1f4f9e78a83556c2f1 (diff) | |
download | emacs-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/net')
-rw-r--r-- | lisp/net/dictionary.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index c6af4e66e39..aba3698a533 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -35,7 +35,6 @@ ;;; Code: (require 'cl-lib) -(require 'easymenu) (require 'custom) (require 'dictionary-connection) (require 'button) |