diff options
| author | Kevin Ryde <user42@zip.com.au> | 2009-11-26 23:19:53 +0000 |
|---|---|---|
| committer | Kevin Ryde <user42@zip.com.au> | 2009-11-26 23:19:53 +0000 |
| commit | c44a48223eb59f6ef3bdfd35c5bdfbb75107ce2d (patch) | |
| tree | 90f88576721e132199dbbdc7d7f6c2082d966b9a | |
| parent | 1d5aaabdb37e08d8af72c4a6676f0b8134bd8e03 (diff) | |
| download | emacs-c44a48223eb59f6ef3bdfd35c5bdfbb75107ce2d.tar.gz | |
* log-view.el: Add "Keywords: tools", since its other keywords
aren't in finder-known-keywords, and following vc.el.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/log-view.el | 2 |
2 files changed, 6 insertions, 1 deletions
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 <user42@zip.com.au> + + * 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 <monnier@iro.umontreal.ca> 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 <monnier@iro.umontreal.ca> -;; Keywords: rcs sccs cvs log version-control +;; Keywords: rcs sccs cvs log version-control tools ;; This file is part of GNU Emacs. |
