summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/chart.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-05-23 23:59:13 -0700
committerGlenn Morris <rgm@gnu.org>2013-05-23 23:59:13 -0700
commite5d1916a72166dd4e1656993d00e116dc4910df2 (patch)
tree3227c71e8e7cdff29d250ebfe8518912beee94ac /lisp/emacs-lisp/chart.el
parentded62b0881fdb895138bb0f36c7e75950395e84f (diff)
downloademacs-e5d1916a72166dd4e1656993d00e116dc4910df2.tar.gz
* emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
Diffstat (limited to 'lisp/emacs-lisp/chart.el')
-rw-r--r--lisp/emacs-lisp/chart.el2
1 files changed, 1 insertions, 1 deletions
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)