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,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ldap.el,v
Date: Tue, 12 Aug 2008 18:35:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/08/12 18:35:18

Index: ldap.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/ldap.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- ldap.el     6 May 2008 07:31:46 -0000       1.30
+++ ldap.el     12 Aug 2008 18:35:18 -0000      1.31
@@ -584,7 +584,9 @@
                                               (end-of-line)
                                               (point))))
          (forward-line 1)
-         (while (looking-at "^\\(\\w*\\)\\(;\\w*\\)?[=:\t ]+\\(<[\t 
]*file://\\)\\(.*\\)$")
+          (while (looking-at "^\\([A-Za-z][-A-Za-z0-9]*\
+\\|[0-9]+\\(?:\\.[0-9]+\\)*\\)\\(;[-A-Za-z0-9]+\\)*[=:\t ]+\
+\\(<[\t ]*file://\\)\\(.*\\)$")
            (setq name (match-string 1)
                  value (match-string 4))
             ;; Need to handle file:///D:/... as generated by OpenLDAP




reply via email to

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