summaryrefslogtreecommitdiff
path: root/lisp/nxml/rng-nxml.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/nxml/rng-nxml.el
parentf83775b4d34f48b44481bc1f4f9e78a83556c2f1 (diff)
downloademacs-54af0d4298fbd60692a7b5339b5b909242909bf4.tar.gz
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/nxml/rng-nxml.el')
-rw-r--r--lisp/nxml/rng-nxml.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/nxml/rng-nxml.el b/lisp/nxml/rng-nxml.el
index 7d74fd3c8a7..7ea6fb2e49d 100644
--- a/lisp/nxml/rng-nxml.el
+++ b/lisp/nxml/rng-nxml.el
@@ -24,7 +24,6 @@
;;; Code:
-(require 'easymenu)
(require 'xmltok)
(require 'nxml-util)
(require 'nxml-ns)