Variable: erc-match-quote-when-adding

erc-match-quote-when-adding is a customizable variable defined in erc-match.el.gz.

Value

ask

Documentation

Whether to regexp-quote when adding to a match list interactively.

When the value is a boolean, the opposite behavior will be made available via universal argument.

This variable was added, or its default value changed, in ERC version
5.5.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-match.el.gz
(defcustom erc-match-quote-when-adding 'ask
  "Whether to `regexp-quote' when adding to a match list interactively.
When the value is a boolean, the opposite behavior will be made
available via universal argument."
  :package-version '(ERC . "5.5")
  :type '(choice (const ask)
                 (const t)
                 (const nil)))