diff options
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/erc-backend.el | 2 | ||||
-rw-r--r-- | lisp/erc/erc-dcc.el | 2 | ||||
-rw-r--r-- | lisp/erc/erc-match.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index cce24e67cf4..5da3009c854 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el @@ -396,7 +396,7 @@ isn't displayed." (defcustom erc-server-timestamp-format "%Y-%m-%d %T" "Timestamp format used with server response messages. This string is processed using `format-time-string'." - :version "24.2" + :version "24.3" :type 'string :group 'erc-server) 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))) diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index 259eb201fe0..8daf9be2b14 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el @@ -237,7 +237,7 @@ current-nick, keyword, pal, dangerous-host, fool" useful for excluding all the things like MOTDs from the server and other miscellaneous functions." :group 'erc-match - :version "24.2" + :version "24.3" :type 'boolean) ;; Internal variables: |