* lisp/net/ldap.el (ldap-search-internal): Add missing setq.
This commit is contained in:
parent
1ba5b64dd1
commit
9b5ac5f1bc
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ an alist of attribute/value pairs."
|
|||
(setq record nil)
|
||||
(skip-chars-forward " \t\n")
|
||||
(message "Parsing results... %d" numres)
|
||||
(1+ numres))
|
||||
(setq numres (1+ numres)))
|
||||
(message "Parsing results... done")
|
||||
(nreverse result)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue