]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/emacs-lisp/edebug.el: Do not load cl-specs.el.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 22 May 2012 16:45:44 +0000 (18:45 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 22 May 2012 16:45:44 +0000 (18:45 +0200)
lisp/ChangeLog
lisp/emacs-lisp/edebug.el

index cd57969f73ff3dd9ad0fb87a4da52842b311ef4e..dae3e640cc2eb5012a5ea38940adee9eda7662c0 100644 (file)
@@ -1,3 +1,8 @@
+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.
index f47feebe5d2cdd145de01be05af4faca14230bc1..2c7e7cf6362d41436b42ce4c8f5890a22195587c 100644 (file)
@@ -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."
 \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