aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode/insert.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-06-14 16:57:35 +0200
committerLars Ingebrigtsen2019-06-14 16:57:35 +0200
commit7f6b0c1ee93663892c6220b982f7bc3275dcaa85 (patch)
treebb34afa6ad813be5dc4a6c31402579e8e9cb9d3a /lisp/cedet/srecode/insert.el
parent18c83aedd91023a677153abeafe561eddb430146 (diff)
downloademacs-7f6b0c1ee93663892c6220b982f7bc3275dcaa85.tar.gz
emacs-7f6b0c1ee93663892c6220b982f7bc3275dcaa85.zip
Fix previous object-print/cl-print-object changes
* lisp/cedet/srecode/insert.el (srecode-insert-variable-secondname-handler): * lisp/cedet/semantic/decorate/include.el (semantic-decoration-fileless-include-describe): (semantic-decoration-all-include-summary): * lisp/cedet/semantic/db-find.el (semanticdb-find-log-activity): * lisp/cedet/semantic/bovine/c.el (semantic-c-describe-environment): * lisp/cedet/semantic/analyze/debug.el (semantic-analyzer-debug-insert-include-summary): Fix previous object-print/cl-print-object changes that were nonsensical.
Diffstat (limited to 'lisp/cedet/srecode/insert.el')
-rw-r--r--lisp/cedet/srecode/insert.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el
index 53518cd20dd..5eb2edd067f 100644
--- a/lisp/cedet/srecode/insert.el
+++ b/lisp/cedet/srecode/insert.el
@@ -464,7 +464,7 @@ If SECONDNAME is nil, return VALUE."
464 (srecode-insert-report-error 464 (srecode-insert-report-error
465 dictionary 465 dictionary
466 "Variable inserter %s: second argument `%s' is not a function" 466 "Variable inserter %s: second argument `%s' is not a function"
467 (cl-print-object sti) secondname))) 467 (cl-prin1-to-string sti) secondname)))
468 value)) 468 value))
469 469
470(cl-defmethod srecode-insert-method ((sti srecode-template-inserter-variable) 470(cl-defmethod srecode-insert-method ((sti srecode-template-inserter-variable)