+2001-12-28 Richard M. Stallman <rms@gnu.org>
+
+ * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
+
2001-12-26 Markus Rost <rost@math.ohio-state.edu>
* find-dired.el (find-dired-sentinel): Precede exit message by
(end-of-line)
(point))))
(forward-line 1)
- (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(.*\\)$")
+ (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(<[\t ]*file://\\)?\\(.*\\)$")
(setq name (match-string 1)
- value (match-string 2))
+ value (match-string 3))
(save-excursion
(set-buffer bufval)
(erase-buffer)