]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in object-print cleanup
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 15:42:21 +0000 (17:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Jun 2019 15:42:26 +0000 (17:42 +0200)
* lisp/cedet/srecode/insert.el
(srecode-insert-variable-secondname-handler): Fix typo in
object-print cleanup.

lisp/cedet/srecode/insert.el

index 2c3b996dd7b6c9af23cefd84fc8abc395cfaee49..66bdf785c6312c696e1a25a2665bbede6b475b86 100644 (file)
@@ -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)