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
|
@ -33,8 +33,6 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'button)
|
||||
|
||||
(defvar cl-print-readably nil
|
||||
"If non-nil, try and make sure the result can be `read'.")
|
||||
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
(require 'cl-lib)
|
||||
(require 'backtrace)
|
||||
(require 'button)
|
||||
|
||||
(defgroup debugger nil
|
||||
"Debuggers and related commands for Emacs."
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'button)
|
||||
(require 'debug)
|
||||
(require 'backtrace)
|
||||
(require 'easymenu)
|
||||
|
|
|
@ -183,7 +183,6 @@ See the documentation for `list-load-path-shadows' for further information."
|
|||
buffer-read-only t))
|
||||
|
||||
;; TODO use text-properties instead, a la dired.
|
||||
(require 'button)
|
||||
(define-button-type 'load-path-shadows-find-file
|
||||
'follow-link t
|
||||
;; 'face 'default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue