summaryrefslogtreecommitdiff
path: root/lisp/vc-rcs.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-09-22 11:57:30 +0000
committerGerd Moellmann <gerd@gnu.org>2000-09-22 11:57:30 +0000
commitb947889f11991cda02217d0a82a97d1e908d3829 (patch)
treeeb5953f2cf5550fc14e90b198583fd04d7d6e535 /lisp/vc-rcs.el
parent830625bdd43a6d00c740dcb44f10e193fbc4bfe0 (diff)
downloademacs-b947889f11991cda02217d0a82a97d1e908d3829.tar.gz
(toplevel): Require `vc' when compiling.
Diffstat (limited to 'lisp/vc-rcs.el')
-rw-r--r--lisp/vc-rcs.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el
index 09accd148a9..a1d0707b1b2 100644
--- a/lisp/vc-rcs.el
+++ b/lisp/vc-rcs.el
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-rcs.el,v 1.5 2000/09/21 13:21:41 spiegel Exp $
+;; $Id: vc-rcs.el,v 1.6 2000/09/22 07:48:08 spiegel Exp $
;; This file is part of GNU Emacs.
@@ -28,6 +28,9 @@
;;; Code:
+(eval-when-compile
+ (require 'vc)) ;for macros defined there
+
(defcustom vc-rcs-release nil
"*The release number of your RCS installation, as a string.
If nil, VC itself computes this value when it is first needed."