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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ldap.el
Date: Sat, 05 Feb 2005 14:18:03 -0500

Index: emacs/lisp/net/ldap.el
diff -c emacs/lisp/net/ldap.el:1.15 emacs/lisp/net/ldap.el:1.16
*** emacs/lisp/net/ldap.el:1.15 Wed May 19 19:06:54 2004
--- emacs/lisp/net/ldap.el      Sat Feb  5 19:18:03 2005
***************
*** 579,587 ****
                                               (end-of-line)
                                               (point))))
          (forward-line 1)
!         (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(<[\t 
]*file://\\)?\\(.*\\)$")
            (setq name (match-string 1)
!                 value (match-string 3))
              ;; Need to handle file:///D:/... as generated by OpenLDAP
              ;; on DOS/Windows as local files.
              (if (and (memq system-type '(windows-nt ms-dos))
--- 579,587 ----
                                               (end-of-line)
                                               (point))))
          (forward-line 1)
!         (while (looking-at "^\\(\\w*\\)\\(;\\w*\\)?[=:\t ]+\\(<[\t 
]*file://\\)?\\(.*\\)$")
            (setq name (match-string 1)
!                 value (match-string 4))
              ;; Need to handle file:///D:/... as generated by OpenLDAP
              ;; on DOS/Windows as local files.
              (if (and (memq system-type '(windows-nt ms-dos))




reply via email to

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