+2012-05-22 Juanma Barranquero <lekktu@gmail.com>
+
+ * emacs-lisp/edebug.el (top): Do not load or setup up loading of
+ cl-specs.el, which no longer exists.
+
2012-05-22 Glenn Morris <rgm@gnu.org>
* info.el (info-emacs-bug): New command.
;;;; Edebug Form Specs
;;; ==========================================================
-;;; See cl-specs.el for common lisp specs.
;;;;* Spec for def-edebug-spec
;;; Out of date.
\f
;;; 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 liberte@cs.uiuc.edu
(if (featurep 'cl-read)
(add-hook 'edebug-setup-hook