diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-09-28 00:59:27 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-09-28 00:59:27 +0000 |
commit | 5f6c3a65accaf31327ee2a35b0faf300bf21c11f (patch) | |
tree | 66f951316ee2141d132cac976e3e9ff0ff8e7b02 /lisp/emacs-lisp | |
parent | 6dd12ef230a4b7b50c8702a01a78dc4293527776 (diff) | |
download | emacs-5f6c3a65accaf31327ee2a35b0faf300bf21c11f.tar.gz emacs-5f6c3a65accaf31327ee2a35b0faf300bf21c11f.tar.bz2 emacs-5f6c3a65accaf31327ee2a35b0faf300bf21c11f.zip |
eieio.el: Fix last change.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/eieio.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index 8c293cce54f..bd318278018 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -2734,15 +2734,6 @@ Optional argument NOESCAPE is passed to `prin1-to-string' when appropriate." ) ) -(eval-after-load "cedet-edebug" - '(progn - (cedet-edebug-add-print-override '(class-p object) '(class-name object) ) - (cedet-edebug-add-print-override '(eieio-object-p object) '(object-print object) ) - (cedet-edebug-add-print-override '(and (listp object) - (or (class-p (car object)) (eieio-object-p (car object)))) - '(cedet-edebug-prin1-recurse object) ) - )) - ;;; Interfacing with imenu in emacs lisp mode ;; (Only if the expression is defined) ;; |