eieio.el: Fix last change.
This commit is contained in:
parent
6dd12ef230
commit
5f6c3a65ac
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue