mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Avoid mixing standard error output messages into the search result.
This commit is contained in:
parent
27149c587c
commit
f0975dfd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -554,7 +554,7 @@ an alist of attribute/value pairs."
|
|||
(setq arglist (nconc arglist (list (format "-z%s" sizelimit)))))
|
||||
(eval `(call-process ldap-ldapsearch-prog
|
||||
nil
|
||||
buf
|
||||
`(,buf nil)
|
||||
nil
|
||||
,@arglist
|
||||
,@ldap-ldapsearch-args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue