From: Juanma Barranquero Date: Mon, 21 Sep 2009 09:51:38 +0000 (+0000) Subject: * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) X-Git-Tag: emacs-pretest-23.1.90~1211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7589d38e9ec04efa76019d18080ac48747c2a5ca;p=emacs.git * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db810d0252f..6d61d838467 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-21 Kevin Ryde + + * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) + 2009-09-21 Stefan Monnier * net/dig.el (dig-mode): Use define-derived-mode. diff --git a/lisp/net/dig.el b/lisp/net/dig.el index e62e51e8e19..d4cda554385 100644 --- a/lisp/net/dig.el +++ b/lisp/net/dig.el @@ -4,7 +4,7 @@ ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Simon Josefsson -;; Keywords: DNS BIND dig +;; Keywords: DNS BIND dig comm ;; This file is part of GNU Emacs.