Macro emacs::emacs_plugin_is_GPL_compatible [] [src]

macro_rules! emacs_plugin_is_GPL_compatible {
    () => { ... };
}

Declares that this module is GPL-compatible. Emacs will not load it otherwise.