1
0
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:
Pavel Janík 2002-05-12 16:42:19 +00:00
parent d7d563e3fa
commit 74d40d47e8
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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... ")