]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Sep 2009 09:51:38 +0000 (09:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Sep 2009 09:51:38 +0000 (09:51 +0000)
lisp/ChangeLog
lisp/net/dig.el

index db810d0252f6b6d30b04fd4b1807deaad5ec5038..6d61d83846765cd84dc652980fee03faf47ad6f3 100644 (file)
@@ -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.
index e62e51e8e19cb5c1f58d4e40badb6c4c6ea3f6ea..d4cda554385a3013e3f6296e44a2e6dee5891e21 100644 (file)
@@ -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.