Mercurial > emacs
comparison lisp/vc/emerge.el @ 108971:d928a6a7c3f2
* 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".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 11 Jun 2010 22:09:57 +0300 |
parents | 6ff48295959a |
children | c77749185234 ac911360c429 |
comparison
equal
deleted
inserted
replaced
108970:6ff48295959a | 108971:d928a6a7c3f2 |
---|---|
3 ;;; The author has placed this file in the public domain. | 3 ;;; The author has placed this file in the public domain. |
4 | 4 |
5 ;; This file is part of GNU Emacs. | 5 ;; This file is part of GNU Emacs. |
6 | 6 |
7 ;; Author: Dale R. Worley <worley@world.std.com> | 7 ;; Author: Dale R. Worley <worley@world.std.com> |
8 ;; Keywords: unix, tools | 8 ;; Keywords: unix, vc, tools |
9 | 9 |
10 ;; This software was created by Dale R. Worley and is | 10 ;; This software was created by Dale R. Worley and is |
11 ;; distributed free of charge. It is placed in the public domain and | 11 ;; distributed free of charge. It is placed in the public domain and |
12 ;; permission is granted to anyone to use, duplicate, modify and redistribute | 12 ;; permission is granted to anyone to use, duplicate, modify and redistribute |
13 ;; it provided that this notice is attached. | 13 ;; it provided that this notice is attached. |