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: Re: dns.el keywords comm Date: Thu, 26 Nov 2009 10:51:36 +1100 Message-ID: <87hbsirwmv.fsf@blah.blah> References: <87ws2ol5ge.fsf@blah.blah> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: ger.gmane.org 1259193147 28090 80.91.229.12 (25 Nov 2009 23:52:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2009 23:52:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 26 00:52:20 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 1NDRem-0007t1-1T for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 00:52:20 +0100 Original-Received: from localhost ([127.0.0.1]:59113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDRel-0002d9-LO for ged-emacs-devel@m.gmane.org; Wed, 25 Nov 2009 18:52:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDReb-0002a8-Dm for emacs-devel@gnu.org; Wed, 25 Nov 2009 18:52:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDReW-0002W0-Ow for emacs-devel@gnu.org; Wed, 25 Nov 2009 18:52:08 -0500 Original-Received: from [199.232.76.173] (port=39949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDReW-0002Vw-HP for emacs-devel@gnu.org; Wed, 25 Nov 2009 18:52:04 -0500 Original-Received: from mailout2-5.pacific.net.au ([61.8.2.228]:48844 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDReV-0008FW-UP for emacs-devel@gnu.org; Wed, 25 Nov 2009 18:52:04 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id 122B319A7A7 for ; Thu, 26 Nov 2009 10:52:00 +1100 (EST) Original-Received: from blah.blah (ppp2DC6.dyn.pacific.net.au [61.8.45.198]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 771D18C30 for ; Thu, 26 Nov 2009 10:51:59 +1100 (EST) Original-Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1NDRe4-000275-UF for emacs-devel@gnu.org; Thu, 26 Nov 2009 10:51:36 +1100 In-Reply-To: <87ws2ol5ge.fsf@blah.blah> (Kevin Ryde's message of "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:117788 Archived-At: --=-=-= I added "comm" to textmodes/dns-mode.el too, since that file doesn't otherwise have a known keyword. I'm not certain if comm is the best place, but sgml-mode.el is another text mode vaguely comms related and it has "comm", so good enough to start with. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=dns-mode.el.keyword-comm.diff Index: dns-mode.el =================================================================== RCS file: /sources/emacs/emacs/lisp/textmodes/dns-mode.el,v retrieving revision 1.14 diff -u -u -r1.14 dns-mode.el --- dns-mode.el 6 Nov 2009 05:16:30 -0000 1.14 +++ dns-mode.el 25 Nov 2009 23:48:28 -0000 @@ -4,7 +4,7 @@ ;; Free Software Foundation, Inc. ;; Author: Simon Josefsson -;; Keywords: DNS master zone file SOA +;; Keywords: DNS master zone file SOA comm ;; This file is part of GNU Emacs. --=-=-=--