emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112706: * emacs-lisp/chart.el (chart


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112706: * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
Date: Thu, 23 May 2013 23:59:13 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112706
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-05-23 23:59:13 -0700
message:
  * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/chart.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-24 06:57:39 +0000
+++ b/lisp/ChangeLog    2013-05-24 06:59:13 +0000
@@ -1,5 +1,7 @@
 2013-05-24  Glenn Morris  <address@hidden>
 
+       * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
+
        * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
        (Info-find-node, Man-getpage-in-background): Declare.
 

=== modified file 'lisp/emacs-lisp/chart.el'
--- a/lisp/emacs-lisp/chart.el  2013-01-01 09:11:05 +0000
+++ b/lisp/emacs-lisp/chart.el  2013-05-24 06:59:13 +0000
@@ -470,7 +470,7 @@
          (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]