changeset 105133:4bd8c41046c4

* net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 21 Sep 2009 09:51:38 +0000
parents 4640c3af38ad
children c0874098bd62
files lisp/ChangeLog lisp/net/dig.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 21 02:28:02 2009 +0000
+++ b/lisp/ChangeLog	Mon Sep 21 09:51:38 2009 +0000
@@ -1,3 +1,7 @@
+2009-09-21  Kevin Ryde  <user42@zip.com.au>
+
+	* net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
+
 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* net/dig.el (dig-mode): Use define-derived-mode.
--- a/lisp/net/dig.el	Mon Sep 21 02:28:02 2009 +0000
+++ b/lisp/net/dig.el	Mon Sep 21 09:51:38 2009 +0000
@@ -4,7 +4,7 @@
 ;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <simon@josefsson.org>
-;; Keywords: DNS BIND dig
+;; Keywords: DNS BIND dig comm
 
 ;; This file is part of GNU Emacs.