From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: dns.el keywords comm Date: Thu, 22 Oct 2009 09:58:41 +1100 Organization: Bah Humbug Message-ID: <87ws2ol5ge.fsf@blah.blah> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1256165964 6804 80.91.229.12 (21 Oct 2009 22:59:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2009 22:59:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 00:59:14 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N0k9B-00018G-PS for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2009 00:59:14 +0200 Original-Received: from localhost ([127.0.0.1]:58967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0k9B-0000z2-Cw for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2009 18:59:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0k94-0000xq-Kw for emacs-devel@gnu.org; Wed, 21 Oct 2009 18:59:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0k8z-0000wY-Uw for emacs-devel@gnu.org; Wed, 21 Oct 2009 18:59:06 -0400 Original-Received: from [199.232.76.173] (port=37113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0k8z-0000wV-QA for emacs-devel@gnu.org; Wed, 21 Oct 2009 18:59:01 -0400 Original-Received: from mailout2-5.pacific.net.au ([61.8.2.228]:44581 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0k8z-000673-8j for emacs-devel@gnu.org; Wed, 21 Oct 2009 18:59:01 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id CB70F19505A for ; Thu, 22 Oct 2009 09:58:58 +1100 (EST) Original-Received: from blah.blah (ppp2067.dyn.pacific.net.au [61.8.32.103]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 53FF08C3E for ; Thu, 22 Oct 2009 09:58:58 +1100 (EST) Original-Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1N0k8f-0001Gk-CL for emacs-devel@gnu.org; Thu, 22 Oct 2009 09:58:41 +1100 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:116300 Archived-At: --=-=-= For reference, I added this bit, it not otherwise having anything known to finder-by-keyword. * net/dns.el: Add "Keywords: comm", as per net/net-utils.el. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=dns.el.keyword-comm.diff --- dns.el.~1.8.~ 2009-01-12 11:02:24.000000000 +1100 +++ dns.el 2009-10-22 09:51:52.000000000 +1100 @@ -4,7 +4,7 @@ ;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen -;; Keywords: network +;; Keywords: network comm ;; This file is part of GNU Emacs. --=-=-=--