Function: erc-make-message-variable-name

erc-make-message-variable-name is a byte-compiled function defined in erc.el.gz.

Signature

(erc-make-message-variable-name CATALOG ENTRY)

Documentation

Create a variable name corresponding to CATALOG's ENTRY.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-make-message-variable-name (catalog entry)
  "Create a variable name corresponding to CATALOG's ENTRY."
  (erc--make-message-variable-name catalog entry nil))