summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-06-22 17:56:00 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-06-22 17:56:00 +0000
commitf439c140ace6b9e780e6f35821336767584ea1b0 (patch)
tree3c470ff7bec94badb013e134117e771ac0dfdf43 /lisp/Makefile.in
parent22459668339a63fd5066eff9bf9b25046aa5bc47 (diff)
downloademacs-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.in1
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 \