diff options
| author | Glenn Morris | 2012-08-15 09:29:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-15 09:29:11 -0700 |
| commit | 2a1e24765bc3de7bf72e7117893307f6f6c441be (patch) | |
| tree | 95cbfdc4e94f4f7c899e2ceea99b771928e4937a /lisp/erc | |
| parent | eb424fe3d660eebd9b74dd5d2875e2e4b7b3307f (diff) | |
| download | emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.tar.gz emacs-2a1e24765bc3de7bf72e7117893307f6f6c441be.zip | |
Replace version 24.2 with 24.3 where appropriate (hopefully)
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." | |||
| 396 | (defcustom erc-server-timestamp-format "%Y-%m-%d %T" | 396 | (defcustom erc-server-timestamp-format "%Y-%m-%d %T" |
| 397 | "Timestamp format used with server response messages. | 397 | "Timestamp format used with server response messages. |
| 398 | This string is processed using `format-time-string'." | 398 | This string is processed using `format-time-string'." |
| 399 | :version "24.2" | 399 | :version "24.3" |
| 400 | :type 'string | 400 | :type 'string |
| 401 | :group 'erc-server) | 401 | :group 'erc-server) |
| 402 | 402 | ||
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 | |||
| 1105 | the unprocessed output.") | 1105 | the unprocessed output.") |
| 1106 | 1106 | ||
| 1107 | (define-obsolete-variable-alias 'erc-dcc-chat-filter-hook | 1107 | (define-obsolete-variable-alias 'erc-dcc-chat-filter-hook |
| 1108 | 'erc-dcc-chat-filter-functions "24.2") | 1108 | 'erc-dcc-chat-filter-functions "24.3") |
| 1109 | 1109 | ||
| 1110 | (defvar erc-dcc-chat-mode-map | 1110 | (defvar erc-dcc-chat-mode-map |
| 1111 | (let ((map (make-sparse-keymap))) | 1111 | (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" | |||
| 237 | useful for excluding all the things like MOTDs from the server | 237 | useful for excluding all the things like MOTDs from the server |
| 238 | and other miscellaneous functions." | 238 | and other miscellaneous functions." |
| 239 | :group 'erc-match | 239 | :group 'erc-match |
| 240 | :version "24.2" | 240 | :version "24.3" |
| 241 | :type 'boolean) | 241 | :type 'boolean) |
| 242 | 242 | ||
| 243 | ;; Internal variables: | 243 | ;; Internal variables: |