diff options
| author | John Wiegley | 2016-01-18 22:56:33 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-01-18 22:56:33 -0800 |
| commit | 6acd2aa02c6f0eb9d3fadce0bb48183837beafd8 (patch) | |
| tree | d236a14dc554951c3e7c5a5b38a3bd98edc1315a /lisp/erc/erc.el | |
| parent | 564c84f4b12482aefe86539d2471607565c3ee7c (diff) | |
| parent | 549a765efeca2748e68a5c6ce6c9238784e82535 (diff) | |
| download | emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.tar.gz emacs-6acd2aa02c6f0eb9d3fadce0bb48183837beafd8.zip | |
-
Diffstat (limited to 'lisp/erc/erc.el')
| -rw-r--r-- | lisp/erc/erc.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 3824c195d39..56317b83a98 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -265,14 +265,16 @@ A typical value would be \(\"JOIN\" \"PART\" \"QUIT\")." | |||
| 265 | (defcustom erc-network-hide-list nil | 265 | (defcustom erc-network-hide-list nil |
| 266 | "A list of IRC networks to hide message types from. | 266 | "A list of IRC networks to hide message types from. |
| 267 | A typical value would be \((\"freenode\" \"MODE\") | 267 | A typical value would be \((\"freenode\" \"MODE\") |
| 268 | (\"OFTC\" \"JOIN\" \"QUIT\"))." | 268 | \(\"OFTC\" \"JOIN\" \"QUIT\"))." |
| 269 | :version "25.1" | ||
| 269 | :group 'erc-ignore | 270 | :group 'erc-ignore |
| 270 | :type 'erc-message-type) | 271 | :type 'erc-message-type) |
| 271 | 272 | ||
| 272 | (defcustom erc-channel-hide-list nil | 273 | (defcustom erc-channel-hide-list nil |
| 273 | "A list of IRC channels to hide message types from. | 274 | "A list of IRC channels to hide message types from. |
| 274 | A typical value would be \((\"#emacs\" \"QUIT\" \"JOIN\") | 275 | A typical value would be \((\"#emacs\" \"QUIT\" \"JOIN\") |
| 275 | (\"#erc\" \"NICK\")." | 276 | \(\"#erc\" \"NICK\")." |
| 277 | :version "25.1" | ||
| 276 | :group 'erc-ignore | 278 | :group 'erc-ignore |
| 277 | :type 'erc-message-type) | 279 | :type 'erc-message-type) |
| 278 | 280 | ||