emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108343: lisp/emacs-lisp/edebug.el


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108343: lisp/emacs-lisp/edebug.el: Do not load cl-specs.el.
Date: Fri, 02 Nov 2012 01:46:13 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108343
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-22 18:45:44 +0200
message:
  lisp/emacs-lisp/edebug.el: Do not load cl-specs.el.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/edebug.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-22 03:31:34 +0000
+++ b/lisp/ChangeLog    2012-05-22 16:45:44 +0000
@@ -1,3 +1,8 @@
+2012-05-22  Juanma Barranquero  <address@hidden>
+
+       * 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  <address@hidden>
 
        * info.el (info-emacs-bug): New command.

=== modified file 'lisp/emacs-lisp/edebug.el'
--- a/lisp/emacs-lisp/edebug.el 2012-04-09 13:05:48 +0000
+++ b/lisp/emacs-lisp/edebug.el 2012-05-22 16:45:44 +0000
@@ -1938,7 +1938,6 @@
 
 ;;;; Edebug Form Specs
 ;;; ==========================================================
-;;; See cl-specs.el for common lisp specs.
 
 ;;;;* Spec for def-edebug-spec
 ;;; Out of date.
@@ -4437,13 +4436,6 @@
 
 ;;; 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 address@hidden
 (if (featurep 'cl-read)
     (add-hook 'edebug-setup-hook


reply via email to

[Prev in Thread] Current Thread [Next in Thread]