From e5d1916a72166dd4e1656993d00e116dc4910df2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 23 May 2013 23:59:13 -0700 Subject: * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'. --- lisp/emacs-lisp/chart.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/chart.el') diff --git a/lisp/emacs-lisp/chart.el b/lisp/emacs-lisp/chart.el index a259985df99..032eced7592 100644 --- a/lisp/emacs-lisp/chart.el +++ b/lisp/emacs-lisp/chart.el @@ -470,7 +470,7 @@ See `chart-sort-matchlist' for more details." (progn (chart-sort-matchlist s2 s1 pred) (setq s (oref s2 data))) - (error "Sorting of chart %s not supported" (object-name c)))) + (error "Sorting of chart %s not supported" (eieio-object-name c)))) (if (eq (oref c direction) 'horizontal) (oset (oref c y-axis) items s) (oset (oref c x-axis) items s) -- cgit v1.2.3