Function: cust-print-original-error
cust-print-original-error is a byte-compiled function defined in
cust-print.el.gz.
Signature
(cust-print-original-error STRING &rest ARGS)
Documentation
Signal an error, making a message by passing ARGS to format-message.
Errors cause entry to the debugger when debug-on-error is non-nil.
This can be overridden by debug-ignored-errors.
To signal with MESSAGE without interpreting format characters
like %, ``' and \=', use (error "%s" MESSAGE).
In Emacs, the convention is that error messages start with a capital
letter but *do not* end with a period. Please follow this convention
for the sake of consistency.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/cust-print.el.gz
;; Could not find source code, showing raw function object.
#[128 "\300\301\302\303\"C\"\207"
[signal error apply format-message]
6 2904857]