Fix typo in object-print cleanup
* lisp/cedet/srecode/insert.el (srecode-insert-variable-secondname-handler): Fix typo in object-print cleanup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user