From: Lars Ingebrigtsen Date: Thu, 13 Jun 2019 15:42:21 +0000 (+0200) Subject: Fix typo in object-print cleanup X-Git-Tag: emacs-27.0.90~2555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d64d36de8eddb7752f94b809c04822f442f44110;p=emacs.git Fix typo in object-print cleanup * lisp/cedet/srecode/insert.el (srecode-insert-variable-secondname-handler): Fix typo in object-print cleanup. --- diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index 2c3b996dd7b..66bdf785c63 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el @@ -464,7 +464,7 @@ If SECONDNAME is nil, return VALUE." (srecode-insert-report-error dictionary "Variable inserter %s: second argument `%s' is not a function" - (c-print-object sti) secondname))) + (cl-print-object sti) secondname))) value)) (cl-defmethod srecode-insert-method ((sti srecode-template-inserter-variable)