/[emacs]/emacs/lisp/net/ldap.el
ViewVC logotype

Diff of /emacs/lisp/net/ldap.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pj, Mon Jul 16 07:46:48 2001 UTC revision 1.4 by rms, Fri Dec 28 06:29:21 2001 UTC
# Line 584  an alist of attribute/value pairs." Line 584  an alist of attribute/value pairs."
584                                                 (end-of-line)                                                 (end-of-line)
585                                                 (point))))                                                 (point))))
586            (forward-line 1)            (forward-line 1)
587            (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(.*\\)$")            (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(<[\t ]*file://\\)?\\(.*\\)$")
588              (setq name (match-string 1)              (setq name (match-string 1)
589                    value (match-string 2))                    value (match-string 3))
590              (save-excursion              (save-excursion
591                (set-buffer bufval)                (set-buffer bufval)
592                (erase-buffer)                (erase-buffer)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26