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.