aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/erc/erc.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 07c62c935c3..03c21059a92 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -2046,6 +2046,7 @@ removed from the list will be disabled."
2046 :greedy t 2046 :greedy t
2047 (const :tag "autoaway: Set away status automatically" autoaway) 2047 (const :tag "autoaway: Set away status automatically" autoaway)
2048 (const :tag "autojoin: Join channels automatically" autojoin) 2048 (const :tag "autojoin: Join channels automatically" autojoin)
2049 (const :tag "bufbar: Show ERC buffers in a side window" bufbar)
2049 (const :tag "button: Buttonize URLs, nicknames, and other text" button) 2050 (const :tag "button: Buttonize URLs, nicknames, and other text" button)
2050 (const :tag "capab: Mark unidentified users on servers supporting CAPAB" 2051 (const :tag "capab: Mark unidentified users on servers supporting CAPAB"
2051 capab-identify) 2052 capab-identify)
@@ -2066,6 +2067,7 @@ removed from the list will be disabled."
2066 move-to-prompt) 2067 move-to-prompt)
2067 (const :tag "netsplit: Detect netsplits" netsplit) 2068 (const :tag "netsplit: Detect netsplits" netsplit)
2068 (const :tag "networks: Provide data about IRC networks" networks) 2069 (const :tag "networks: Provide data about IRC networks" networks)
2070 (const :tag "nickbar: Show nicknames in a dyamic side window" nickbar)
2069 (const :tag "nicks: Uniquely colorize nicknames in target buffers" nicks) 2071 (const :tag "nicks: Uniquely colorize nicknames in target buffers" nicks)
2070 (const :tag "noncommands: Don't display non-IRC commands after evaluation" 2072 (const :tag "noncommands: Don't display non-IRC commands after evaluation"
2071 noncommands) 2073 noncommands)