aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/edebug.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2012-05-22 18:45:44 +0200
committerJuanma Barranquero <[email protected]>2012-05-22 18:45:44 +0200
commit5dadff364eeed09fbe1eda38e19d17eff729c245 (patch)
tree2918f5c32c7bda069fbb7d4b8ad6a428ad5fad59 /lisp/emacs-lisp/edebug.el
parent584461b299fdbf77138a7b25a070b767474e5b70 (diff)
lisp/emacs-lisp/edebug.el: Do not load cl-specs.el.
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r--lisp/emacs-lisp/edebug.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index f47feebe5d..2c7e7cf636 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -1938,7 +1938,6 @@ expressions; a `progn' form will be returned enclosing these forms."
;;;; Edebug Form Specs
;;; ==========================================================
-;;; See cl-specs.el for common lisp specs.
;;;;* Spec for def-edebug-spec
;;; Out of date.
@@ -4437,13 +4436,6 @@ With prefix argument, make it a temporary breakpoint."
;;; Autoloading of Edebug accessories
-(if (featurep 'cl)
- (add-hook 'edebug-setup-hook
- (function (lambda () (require 'cl-specs))))
- ;; The following causes cl-specs to be loaded if you load cl.el.
- (add-hook 'cl-load-hook
- (function (lambda () (require 'cl-specs)))))
-
;; edebug-cl-read and cl-read are available from [email protected]
(if (featurep 'cl-read)
(add-hook 'edebug-setup-hook