]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/eieio-speedbar.el
; Fix breakage from previous commit
[gnu-emacs] / lisp / emacs-lisp / eieio-speedbar.el
index ac8124a19277f7c8d39fbc40dd6fdaa9d19effec..6f717c87239ace7f4f77102d1e374d8f389bc81d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; eieio-speedbar.el -- Classes for managing speedbar displays.  -*- lexical-binding:t -*-
 
-;; Copyright (C) 1999-2002, 2005, 2007-2015 Free Software Foundation,
+;; Copyright (C) 1999-2002, 2005, 2007-2016 Free Software Foundation,
 ;; Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
@@ -323,7 +323,7 @@ Argument DEPTH is the depth at which the tag line is inserted."
 
 (cl-defmethod eieio-speedbar-child-make-tag-lines ((object eieio-speedbar) _depth)
   "Base method for creating tag lines for non-object children."
-  (error "You must implement ‘eieio-speedbar-child-make-tag-lines’ for %s"
+  (error "You must implement `eieio-speedbar-child-make-tag-lines' for %s"
         (eieio-object-name object)))
 
 (cl-defmethod eieio-speedbar-expand ((object eieio-speedbar) depth)
@@ -364,7 +364,7 @@ TOKEN is the object.  INDENT is the current indentation level."
 
 (cl-defmethod eieio-speedbar-child-description ((obj eieio-speedbar))
   "Return a description for a child of OBJ which is not an object."
-  (error "You must implement ‘eieio-speedbar-child-description’ for %s"
+  (error "You must implement `eieio-speedbar-child-description' for %s"
         (eieio-object-name obj)))
 
 (defun eieio-speedbar-item-info ()