summaryrefslogtreecommitdiff
path: root/lisp/progmodes/etags.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-12-02 15:49:56 +0100
committerStefan Kangas <stefan@marxist.se>2020-12-03 15:06:13 +0100
commitfddf68cd81002817bde016578db6bf0e4b11717f (patch)
tree8709687fd7b94297043da06ee5b3fcf44a62da2f /lisp/progmodes/etags.el
parent4b25ffd3b8ffb854c2458efc4914829ead9a0f79 (diff)
downloademacs-fddf68cd81002817bde016578db6bf0e4b11717f.tar.gz
Remove redundant requires of 'button'
* lisp/apropos.el: * lisp/emacs-lisp/cl-print.el: * lisp/emacs-lisp/debug.el: * lisp/emacs-lisp/ert.el: * lisp/emacs-lisp/shadow.el: * lisp/facemenu.el: * lisp/help-mode.el: * lisp/man.el: * lisp/progmodes/etags.el: * lisp/textmodes/bibtex.el: * lisp/woman.el: Don't require 'button'; it is preloaded since version 23.1.
Diffstat (limited to 'lisp/progmodes/etags.el')
-rw-r--r--lisp/progmodes/etags.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 8879726ad59..104d889b8be 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -34,7 +34,6 @@
;; prefixes but somewhere within the name.
(require 'ring)
-(require 'button)
(require 'xref)
(require 'fileloop)