mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-22 13:40:44 -08:00
upstream
This commit is contained in:
commit
44fce8ffe7
53 changed files with 370 additions and 1074 deletions
|
|
@ -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