diff options
Diffstat (limited to 'lisp/erc/erc-dcc.el')
-rw-r--r-- | lisp/erc/erc-dcc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index 66256ee270e..4d0534d3d5e 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el @@ -1105,7 +1105,7 @@ Each function is called with two arguments: the ERC process and the unprocessed output.") (define-obsolete-variable-alias 'erc-dcc-chat-filter-hook - 'erc-dcc-chat-filter-functions "24.2") + 'erc-dcc-chat-filter-functions "24.3") (defvar erc-dcc-chat-mode-map (let ((map (make-sparse-keymap))) |