summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eieio-datadebug.el
diff options
context:
space:
mode:
authorKenichi Handa <handa@gnu.org>2012-11-18 20:29:54 +0900
committerKenichi Handa <handa@gnu.org>2012-11-18 20:29:54 +0900
commite1d276cbf9e18f13101328f56bed1a1c0a66e63a (patch)
treef1fdfc9550866b9e323da072ff2eb38821996246 /lisp/emacs-lisp/eieio-datadebug.el
parent00dc3ead070e2e8017629f4d60d8366ac00c32cb (diff)
parentdfa8939b2827d23e02f3d7f6622e3a619ec6fd90 (diff)
downloademacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.tar.gz
emacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.tar.bz2
emacs-e1d276cbf9e18f13101328f56bed1a1c0a66e63a.zip
merge trunk
Diffstat (limited to 'lisp/emacs-lisp/eieio-datadebug.el')
-rw-r--r--lisp/emacs-lisp/eieio-datadebug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio-datadebug.el b/lisp/emacs-lisp/eieio-datadebug.el
index ec470d21bf3..a1db1972b83 100644
--- a/lisp/emacs-lisp/eieio-datadebug.el
+++ b/lisp/emacs-lisp/eieio-datadebug.el
@@ -131,7 +131,7 @@ PREBUTTONTEXT is some text between PREFIX and the object button."
(defun eieio-debug-methodinvoke (method class)
"Show the method invocation order for METHOD with CLASS object."
(interactive "aMethod: \nXClass Expression: ")
- (let* ((eieio-pre-method-execution-hooks
+ (let* ((eieio-pre-method-execution-functions
(lambda (l) (throw 'moose l) ))
(data
(catch 'moose (eieio-generic-call