[gnus git] branch master updated: m0-9-22-gb7fcf97 =1= * dns.el (network-interface-list): Define for XEmacs.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b7fcf976d418fab4b68186deac82998135d14db2 (commit)
from 91010fae013ee4f798608cbf1e218f01ec230617 (commit)
- Log -----------------------------------------------------------------
commit b7fcf976d418fab4b68186deac82998135d14db2
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 1 13:36:59 2014 -0800
* dns.el (network-interface-list): Define for XEmacs.
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index 3c3a725..c1ad3b9 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -259,7 +259,7 @@ in `defcustom' forms."
(when (and (featurep 'xemacs)
(dgnushack-emacs-compile-defcustom-p))
- (maybe-fbind '(defined-colors face-attribute network-interface-list))
+ (maybe-fbind '(defined-colors face-attribute))
(maybe-bind '(idna-program installation-directory)))
(when (featurep 'xemacs)
diff --git a/lisp/lpath.el b/lisp/lpath.el
index 59cd757..3988046 100644
--- a/lisp/lpath.el
+++ b/lisp/lpath.el
@@ -78,7 +78,7 @@
sort-coding-systems spam-initialize term-char-mode term-mode track-mouse
ucs-to-char url-generic-parse-url url-insert-file-contents
vcard-pretty-print w3m-detect-meta-charset w3m-region
- window-edges))
+ window-edges network-interface-list))
(maybe-bind
'(adaptive-fill-first-line-regexp
buffer-display-table buffer-save-without-query completion-styles
-----------------------------------------------------------------------
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/dgnushack.el | 2 +-
lisp/lpath.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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