X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a749f1c648f2b9bf1a0b0b10e2da4c1c4e3d431d..090fb90d96046d7f9e4d70b9d7b14894e2a187a5:/lisp/erc/erc-ezbounce.el diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el index 5f91be8c89..3389de89ec 100644 --- a/lisp/erc/erc-ezbounce.el +++ b/lisp/erc/erc-ezbounce.el @@ -1,6 +1,6 @@ ;;; erc-ezbounce.el --- Handle EZBounce bouncer commands -;; Copyright (C) 2002, 2004, 2006-2015 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006-2016 Free Software Foundation, Inc. ;; Author: Andreas Fuchs ;; Maintainer: emacs-devel@gnu.org @@ -78,7 +78,7 @@ The alist's format is as follows: (defun erc-ezb-get-login (server port) "Return an appropriate EZBounce login for SERVER and PORT. Look up entries in `erc-ezb-login-alist'. If the username or password -in the alist is `nil', prompt for the appropriate values." +in the alist is nil, prompt for the appropriate values." (let ((login (cdr (assoc (cons server port) erc-ezb-login-alist)))) (when login (let ((username (car login))