2002-03-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 31 Mar 2002 02:07:33 +0000 (02:07 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 31 Mar 2002 02:07:33 +0000 (02:07 +0000)
* lpath.el (featurep): Bind make-network-process.

lisp/ChangeLog
lisp/lpath.el

index 59a8e17..f7bf794 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * lpath.el (featurep): Bind make-network-process.
+
 2002-03-31  Paul Jarc <prj@po.cwru.edu>
 
        * nnmaildir.el: Use defstruct.  Use a single copy of
index 86b336d..29d30ac 100644 (file)
@@ -89,7 +89,8 @@
                     url-retrieve w3-form-encode-xwfu window-at
                     window-edges x-color-values x-popup-menu browse-url
                     frame-char-height frame-char-width
-                    url-generic-parse-url xml-parse-region))
+                    url-generic-parse-url xml-parse-region
+                    make-network-process))
       (maybe-bind '(buffer-display-table
                    buffer-file-coding-system font-lock-defaults
                    global-face-data gnus-article-x-face-too-ugly
                 specifier-instance url-generic-parse-url
                 valid-image-instantiator-format-p w3-do-setup
                 window-pixel-height window-pixel-width
-                xml-parse-region)))
+                xml-parse-region make-network-process)))
 
 (require 'custom)