summaryrefslogtreecommitdiff
path: root/lisp/vc/log-view.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2010-06-11 22:09:57 +0300
committerJuri Linkov <juri@jurta.org>2010-06-11 22:09:57 +0300
commit9766adfbca737008fd55847214c0a973b3b37982 (patch)
treec096947fd1c7cd1298f4ff21c6770f88f4d05171 /lisp/vc/log-view.el
parent56b2854f302ee88e9adb03c196e6643841220440 (diff)
downloademacs-9766adfbca737008fd55847214c0a973b3b37982.tar.gz
* lisp/finder.el (finder-known-keywords): Add keyword "vc"
for version control. * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el, * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el, * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el, * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
Diffstat (limited to 'lisp/vc/log-view.el')
-rw-r--r--lisp/vc/log-view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el
index 233fc3fccc2..3805df2f00b 100644
--- a/lisp/vc/log-view.el
+++ b/lisp/vc/log-view.el
@@ -4,7 +4,7 @@
;; 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
-;; Keywords: rcs, sccs, cvs, log, version control, tools
+;; Keywords: rcs, sccs, cvs, log, vc, tools
;; This file is part of GNU Emacs.