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.
This commit is contained in:
parent
4b25ffd3b8
commit
fddf68cd81
11 changed files with 1 additions and 15 deletions
|
@ -29,7 +29,6 @@
|
|||
|
||||
(require 'cl-lib)
|
||||
(require 'backtrace)
|
||||
(require 'button)
|
||||
|
||||
(defgroup debugger nil
|
||||
"Debuggers and related commands for Emacs."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue