]> code.delx.au - gnu-emacs/blobdiff - lisp/net/ldap.el
* net/tramp.el (tramp-methods): Fix docstring.
[gnu-emacs] / lisp / net / ldap.el
index eb696798b6f20cc9ebd5a98560b768044366cdfe..724904280ef601ecbf23faf84f2e479b051f5c41 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ldap.el --- client interface to LDAP for Emacs
 
-;; Copyright (C) 1998-201 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2013 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
 ;; Maintainer: FSF
@@ -604,6 +604,7 @@ an alist of attribute/value pairs."
        ;; Skip error message when retrieving attribute list
        (if (looking-at "Size limit exceeded")
            (forward-line 1))
+        (if (looking-at "version:") (forward-line 1)) ;bug#12724.
        (while (progn
                 (skip-chars-forward " \t\n")
                 (not (eobp)))