]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/srecode/mode.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / srecode / mode.el
index 805e324a8bd9c8a7b38a18b55deb5f044bdad96a..a6daff8be568f378420c47aa615009648654b39e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; srecode/mode.el --- Minor mode for managing and using SRecode templates
 
-;; Copyright (C) 2008-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -225,7 +225,7 @@ MENU-DEF is the menu to bind this into."
                   (ctxtcons (assoc ctxt alltabs))
                   (bind (if (slot-boundp temp 'binding)
                             (oref temp binding)))
-                  (name (object-name-string temp)))
+                  (name (eieio-object-name-string temp)))
 
              (when (not ctxtcons)
                (if (string= context ctxt)