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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ldap.el
Date: Fri, 28 Dec 2001 01:29:21 -0500

Index: emacs/lisp/net/ldap.el
diff -c emacs/lisp/net/ldap.el:1.3 emacs/lisp/net/ldap.el:1.4
*** emacs/lisp/net/ldap.el:1.3  Mon Jul 16 03:46:48 2001
--- emacs/lisp/net/ldap.el      Fri Dec 28 01:29:21 2001
***************
*** 584,592 ****
                                               (end-of-line)
                                               (point))))
          (forward-line 1)
!         (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(.*\\)$")
            (setq name (match-string 1)
!                 value (match-string 2))
            (save-excursion
              (set-buffer bufval)
              (erase-buffer)
--- 584,592 ----
                                               (end-of-line)
                                               (point))))
          (forward-line 1)
!         (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(<[\t 
]*file://\\)?\\(.*\\)$")
            (setq name (match-string 1)
!                 value (match-string 3))
            (save-excursion
              (set-buffer bufval)
              (erase-buffer)



reply via email to

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