Function: srecode-insert-report-error

srecode-insert-report-error is a byte-compiled function defined in insert.el.gz.

Signature

(srecode-insert-report-error DICTIONARY FORMAT &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defun srecode-insert-report-error (dictionary format &rest args)
  ;; TODO only display something when inside an interactive call?
  (srecode-insert-show-error-report dictionary format args)
  (apply #'error format args))