diff options
author | Joakim Verona <joakim@verona.se> | 2015-02-01 00:37:46 +0100 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2015-02-01 00:37:46 +0100 |
commit | 69815dfe3704f8a8c733843f1fd04546cbb0f4d0 (patch) | |
tree | cee6910753a51b9a5ee88e2431c9bcad099e8ba8 /lisp/emacs-lisp/eieio-datadebug.el | |
parent | 4edad429cafb2f0b1fda028be58367286ab04f1c (diff) | |
parent | a2c32b0cfc9f6d3410e2832d8ea0d4f1df576d1e (diff) | |
download | emacs-69815dfe3704f8a8c733843f1fd04546cbb0f4d0.tar.gz emacs-69815dfe3704f8a8c733843f1fd04546cbb0f4d0.tar.bz2 emacs-69815dfe3704f8a8c733843f1fd04546cbb0f4d0.zip |
Merge branch 'master' into xwidget
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 119f7cce038..82349192e5e 100644 --- a/lisp/emacs-lisp/eieio-datadebug.el +++ b/lisp/emacs-lisp/eieio-datadebug.el @@ -117,7 +117,7 @@ PREBUTTONTEXT is some text between PREFIX and the object button." (setq publa (cdr publa))))))) ;;; Augment the Data debug thing display list. -(data-debug-add-specialized-thing (lambda (thing) (object-p thing)) +(data-debug-add-specialized-thing (lambda (thing) (eieio-object-p thing)) #'data-debug-insert-object-button) ;;; DEBUG METHODS |