aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
authorSam Steingold <[email protected]>2001-01-25 21:02:37 +0000
committerSam Steingold <[email protected]>2001-01-25 21:02:37 +0000
commit89e658178ab3c4d8cc4391c5cc5632655268bebe (patch)
treece9871aaf072bcff324737fc39a9e302a5a09a68 /lisp/vc-cvs.el
parentcf56d05f607765eda5037fd89426907ee6c02846 (diff)
require vc
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r--lisp/vc-cvs.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index 203dc667f4..915a434a52 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <[email protected]>
-;; $Id: vc-cvs.el,v 1.15 2001/01/09 14:48:25 fx Exp $
+;; $Id: vc-cvs.el,v 1.16 2001/01/25 16:36:48 sds Exp $
;; This file is part of GNU Emacs.
@@ -28,6 +28,8 @@
;;; Code:
+(require 'vc)
+
;;;
;;; Customization options
;;;