[gnus git] branch master updated: m0-9-14-gd418d99 =1= * dns.el (network-interface-list): Define for XEmacs.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via d418d998043ddeccbf6045c528bc8816a9f07bc5 (commit)
from 75e9b45e4f20d65e8b0dcb85520da245d66a11c6 (commit)
- Log -----------------------------------------------------------------
commit d418d998043ddeccbf6045c528bc8816a9f07bc5
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 1 12:06:35 2014 -0800
* dns.el (network-interface-list): Define for XEmacs.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0a6a6c9..30fcc3b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2014-02-01 Lars Ingebrigtsen <[email protected]>
+ * dns.el (network-interface-list): Define for XEmacs.
+
* gnus-notifications.el (gravatar-retrieve-synchronously): Declare for
XEmacs.
diff --git a/lisp/dns.el b/lisp/dns.el
index 1419350..ea1c805 100644
--- a/lisp/dns.el
+++ b/lisp/dns.el
@@ -303,6 +303,8 @@ If TCP-P, the first two bytes of the package with be the length field."
(t string)))
(goto-char point))))
+(declare-function network-interface-list "process.c")
+
(defun dns-servers-up-to-date-p ()
"Return false if we need to recheck the list of DNS servers."
(and dns-servers
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/dns.el | 2 ++
2 files changed, 4 insertions(+)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project