diff options
| author | Eli Zaretskii | 2012-11-17 20:00:16 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-17 20:00:16 +0200 |
| commit | cf2d22b874ca2df0072e32ee641e8efffe4abd6d (patch) | |
| tree | 1795142ec7861fc85c61adc90f03265b69041556 /lisp/erc/erc.el | |
| parent | 3c4ca7155293ffc2d04708007131bcbc882d8913 (diff) | |
| parent | 6ad30855c02908fdd99d9b11943719e185e65ee3 (diff) | |
| download | emacs-cf2d22b874ca2df0072e32ee641e8efffe4abd6d.tar.gz emacs-cf2d22b874ca2df0072e32ee641e8efffe4abd6d.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/erc/erc.el')
| -rw-r--r-- | lisp/erc/erc.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 2e97131b603..7cb6fbb595b 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -1843,7 +1843,7 @@ removed from the list will be disabled." | |||
| 1843 | capab-identify) | 1843 | capab-identify) |
| 1844 | (const :tag "completion: Complete nicknames and commands (programmable)" | 1844 | (const :tag "completion: Complete nicknames and commands (programmable)" |
| 1845 | completion) | 1845 | completion) |
| 1846 | (const :tag "hecomplete: Complete nicknames and commands (old)" hecomplete) | 1846 | (const :tag "hecomplete: Complete nicknames and commands (obsolete, use \"completion\")" hecomplete) |
| 1847 | (const :tag "dcc: Provide Direct Client-to-Client support" dcc) | 1847 | (const :tag "dcc: Provide Direct Client-to-Client support" dcc) |
| 1848 | (const :tag "fill: Wrap long lines" fill) | 1848 | (const :tag "fill: Wrap long lines" fill) |
| 1849 | (const :tag "identd: Launch an identd server on port 8113" identd) | 1849 | (const :tag "identd: Launch an identd server on port 8113" identd) |
| @@ -1863,6 +1863,8 @@ removed from the list will be disabled." | |||
| 1863 | (const :tag | 1863 | (const :tag |
| 1864 | "notify: Notify when the online status of certain users changes" | 1864 | "notify: Notify when the online status of certain users changes" |
| 1865 | notify) | 1865 | notify) |
| 1866 | (const :tag "notifications: Send notifications on PRIVMSG or nickname mentions" | ||
| 1867 | notifications) | ||
| 1866 | (const :tag "page: Process CTCP PAGE requests from IRC" page) | 1868 | (const :tag "page: Process CTCP PAGE requests from IRC" page) |
| 1867 | (const :tag "readonly: Make displayed lines read-only" readonly) | 1869 | (const :tag "readonly: Make displayed lines read-only" readonly) |
| 1868 | (const :tag "replace: Replace text in messages" replace) | 1870 | (const :tag "replace: Replace text in messages" replace) |