Function: erc-define-catalog-entry

erc-define-catalog-entry is a byte-compiled function defined in erc.el.gz.

Signature

(erc-define-catalog-entry CATALOG ENTRY FORMAT-SPEC)

Documentation

Set CATALOG's ENTRY to FORMAT-SPEC.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-define-catalog-entry (catalog entry format-spec)
  "Set CATALOG's ENTRY to FORMAT-SPEC."
  (set (erc-make-message-variable-name catalog entry)
       format-spec))