emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/ldap.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ldap.el
Date: Sun, 12 May 2002 12:41:20 -0400

Index: emacs/lisp/net/ldap.el
diff -c emacs/lisp/net/ldap.el:1.10 emacs/lisp/net/ldap.el:1.11
*** emacs/lisp/net/ldap.el:1.10 Wed Jan 16 03:49:45 2002
--- emacs/lisp/net/ldap.el      Sun May 12 12:41:20 2002
***************
*** 562,567 ****
--- 562,571 ----
        (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... ")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]