mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
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:
parent
a6191e060b
commit
d64d36de8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue