Macro emacs::define_errors[][src]

macro_rules! define_errors {
    ($($name : ident $message : literal $(($($parent : ident) +)) ?) *) => { ... };
}
Expand description

Defines new error signals.

TODO: Document this properly.

This macro can be used only once per Rust mod.