diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-22 17:56:00 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-22 17:56:00 +0000 |
commit | f439c140ace6b9e780e6f35821336767584ea1b0 (patch) | |
tree | 3c470ff7bec94badb013e134117e771ac0dfdf43 /lisp/Makefile.in | |
parent | 22459668339a63fd5066eff9bf9b25046aa5bc47 (diff) | |
download | emacs-f439c140ace6b9e780e6f35821336767584ea1b0.tar.gz |
* vc.el: Move vc-annotate variables and functions ...
* vc-annotate.el: ... here. New file.
* Makefile.in (ELCFILES): Add vc-annotate.elc.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 3b1953900e5..9d00747c01e 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1209,6 +1209,7 @@ ELCFILES = \ $(lisp)/url/url-vars.elc \ $(lisp)/url/url.elc \ $(lisp)/userlock.elc \ + $(lisp)/vc-annotate.elc \ $(lisp)/vc-arch.elc \ $(lisp)/vc-bzr.elc \ $(lisp)/vc-cvs.elc \ |