From: Kevin Ryde Date: Thu, 26 Nov 2009 23:19:53 +0000 (+0000) Subject: * log-view.el: Add "Keywords: tools", since its other keywords X-Git-Tag: emacs-pretest-23.1.90~205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c44a48223eb59f6ef3bdfd35c5bdfbb75107ce2d;p=emacs.git * log-view.el: Add "Keywords: tools", since its other keywords aren't in finder-known-keywords, and following vc.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a1f83dc15a0..a36645dc974 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-11-26 Kevin Ryde + + * log-view.el: Add "Keywords: tools", since its other keywords + aren't in finder-known-keywords, and following vc.el. + 2009-11-26 Stefan Monnier Misc coding convention cleanups. diff --git a/lisp/log-view.el b/lisp/log-view.el index 039ecefceec..d436e7d050a 100644 --- a/lisp/log-view.el +++ b/lisp/log-view.el @@ -4,7 +4,7 @@ ;; 2008, 2009 Free Software Foundation, Inc. ;; Author: Stefan Monnier -;; Keywords: rcs sccs cvs log version-control +;; Keywords: rcs sccs cvs log version-control tools ;; This file is part of GNU Emacs.