Function: semantic-analyze-push-error
semantic-analyze-push-error is a byte-compiled function defined in
analyze.el.gz.
Signature
(semantic-analyze-push-error ERR)
Documentation
Push the error data in ERR onto the error stack.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/analyze.el.gz
(defun semantic-analyze-push-error (err)
"Push the error data in ERR onto the error stack."
(push err semantic-analyze-error-stack))