Function: nnoo-define-skeleton

nnoo-define-skeleton is a macro defined in nnoo.el.gz.

Signature

(nnoo-define-skeleton BACKEND)

Documentation

Define all required backend functions for BACKEND.

All functions will return nil and report an error.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnoo.el.gz
(defmacro nnoo-define-skeleton (backend)
  "Define all required backend functions for BACKEND.
All functions will return nil and report an error."
  `(eval-and-compile
     (nnoo-define-skeleton-1 ',backend)))