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:
parent
584461b299
commit
5dadff364e
2 changed files with 5 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue