summaryrefslogtreecommitdiff
path: root/lisp/net/rcirc.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
committerGlenn Morris <rgm@gnu.org>2016-11-17 22:50:40 -0800
commit67df076793773c6226b8c08c435109aeb2e7a0d3 (patch)
tree8e0dae2836353567dd62476fcf336826917b364b /lisp/net/rcirc.el
parent03c00f716ff7d30c400995e42d7702ed2ba1a07d (diff)
downloademacs-67df076793773c6226b8c08c435109aeb2e7a0d3.tar.gz
; Replace "25.2" with "26.1" where appropriate, which is almost everywhere
Ref: http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00692.html http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg01215.html
Diffstat (limited to 'lisp/net/rcirc.el')
-rw-r--r--lisp/net/rcirc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index d64de0f7837..66e6326085c 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -611,7 +611,7 @@ If ARG is non-nil, instead prompt for connection parameters."
`(with-current-buffer rcirc-server-buffer
,@body))
-(define-obsolete-function-alias 'rcirc-float-time 'float-time "25.2")
+(define-obsolete-function-alias 'rcirc-float-time 'float-time "26.1")
(defun rcirc-prompt-for-encryption (server-plist)
"Prompt the user for the encryption method to use.