macro_rules! plugin_is_GPL_compatible {
    () => { ... };
}
Expand description

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