diff options
author | Juri Linkov <juri@jurta.org> | 2010-06-11 22:09:57 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2010-06-11 22:09:57 +0300 |
commit | 9766adfbca737008fd55847214c0a973b3b37982 (patch) | |
tree | c096947fd1c7cd1298f4ff21c6770f88f4d05171 /lisp/vc/emerge.el | |
parent | 56b2854f302ee88e9adb03c196e6643841220440 (diff) | |
download | emacs-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/emerge.el')
-rw-r--r-- | lisp/vc/emerge.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/emerge.el b/lisp/vc/emerge.el index 997077aa08f..4946df6dcd3 100644 --- a/lisp/vc/emerge.el +++ b/lisp/vc/emerge.el @@ -5,7 +5,7 @@ ;; This file is part of GNU Emacs. ;; Author: Dale R. Worley <worley@world.std.com> -;; Keywords: unix, tools +;; Keywords: unix, vc, tools ;; This software was created by Dale R. Worley and is ;; distributed free of charge. It is placed in the public domain and |