mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(ldap-search-internal): Unfold folded lines before parsing.
This commit is contained in:
parent
d7d563e3fa
commit
74d40d47e8
@ -1,5 +1,8 @@
|
||||
2002-05-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* net/ldap.el (ldap-search-internal): Unfold folded lines before
|
||||
parsing.
|
||||
|
||||
* cus-edit.el (customize-set-value): Rename `var' to `variable'
|
||||
and `val' to `value'.
|
||||
(customize-save-variable): Rename `var' to `'variable.
|
||||
|
@ -562,6 +562,10 @@ an alist of attribute/value pairs."
|
||||
(insert "\n")
|
||||
(goto-char (point-min))
|
||||
|
||||
(while (re-search-forward "[\t\n\f]+ " nil t)
|
||||
(replace-match "" nil nil))
|
||||
(goto-char (point-min))
|
||||
|
||||
(if (looking-at "usage")
|
||||
(error "Incorrect ldapsearch invocation")
|
||||
(message "Parsing results... ")
|
||||
|
Loading…
Reference in New Issue
Block a user