X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cfbf790d80eaa399afceecd9a6c3e2e76bca59b0..c87c2cad94ab0570846015dcef91a38e84317be9:/lisp/erc/erc-ezbounce.el diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el index 32a4f39305..3389de89ec 100644 --- a/lisp/erc/erc-ezbounce.el +++ b/lisp/erc/erc-ezbounce.el @@ -1,9 +1,9 @@ ;;; erc-ezbounce.el --- Handle EZBounce bouncer commands -;; Copyright (C) 2002, 2004, 2006-2013 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2004, 2006-2016 Free Software Foundation, Inc. ;; Author: Andreas Fuchs -;; Maintainer: FSF +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm ;; This file is part of GNU Emacs. @@ -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))