diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-16 09:20:23 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-16 09:20:23 -0800 |
commit | 96e055075d7c73cf189038db1b15f9369888ea41 (patch) | |
tree | 000f5ac37801ff324fa5a79c1af23bd762d826dc /lisp/emacs-lisp/eieio-datadebug.el | |
parent | 3d082a269ece18058ed82957f8a056822b39789e (diff) | |
parent | cdc5d88cf68f232a71560937b557af8fa36d50c5 (diff) | |
download | emacs-96e055075d7c73cf189038db1b15f9369888ea41.tar.gz emacs-96e055075d7c73cf189038db1b15f9369888ea41.tar.bz2 emacs-96e055075d7c73cf189038db1b15f9369888ea41.zip |
Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru
Diffstat (limited to 'lisp/emacs-lisp/eieio-datadebug.el')
-rw-r--r-- | lisp/emacs-lisp/eieio-datadebug.el | 2 |
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 |