1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

lisp/emacs-lisp/edebug.el: Do not load cl-specs.el.

This commit is contained in:
Juanma Barranquero 2012-05-22 18:45:44 +02:00
parent 584461b299
commit 5dadff364e
2 changed files with 5 additions and 8 deletions

View 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.

View 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."
;;; 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