]> code.delx.au - gnu-emacs/blobdiff - lisp/net/eudcb-ldap.el
Merge branch 'master' into xwidget
[gnu-emacs] / lisp / net / eudcb-ldap.el
index d0ba47ad753b6354245ffb44a93ecb5f7a3bb209..4c9b2490ee3c20bcf230f275a25bd59aa5d4a203 100644 (file)
@@ -1,6 +1,6 @@
 ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend -*- coding: utf-8 -*-
 
-;; Copyright (C) 1998-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
 ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
@@ -136,7 +136,7 @@ RETURN-ATTRS is a list of attributes to return, defaulting to
         result))
     final-result))
 
-(defun eudc-ldap-get-field-list (dummy &optional objectclass)
+(defun eudc-ldap-get-field-list (_dummy &optional objectclass)
   "Return a list of valid attribute names for the current server.
 OBJECTCLASS is the LDAP object class for which the valid
 attribute names are returned. Default to `person'"