diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-12-02 15:49:56 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-12-03 15:06:13 +0100 |
commit | fddf68cd81002817bde016578db6bf0e4b11717f (patch) | |
tree | 8709687fd7b94297043da06ee5b3fcf44a62da2f /lisp/woman.el | |
parent | 4b25ffd3b8ffb854c2458efc4914829ead9a0f79 (diff) | |
download | emacs-fddf68cd81002817bde016578db6bf0e4b11717f.tar.gz emacs-fddf68cd81002817bde016578db6bf0e4b11717f.tar.bz2 emacs-fddf68cd81002817bde016578db6bf0e4b11717f.zip |
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/woman.el')
-rw-r--r-- | lisp/woman.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index 96ae7fe5794..33a6a0dfbdb 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -404,7 +404,6 @@ (make-obsolete-variable 'woman-version nil "28.1") (require 'man) -(require 'button) (define-button-type 'WoMan-xref-man-page :supertype 'Man-abstract-xref-man-page 'func (lambda (arg) |