changeset 31840:a05558c54226

(toplevel): Require `vc' when compiling.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 22 Sep 2000 11:57:30 +0000
parents 9d0c9c1fc8fc
children e16df605652f
files lisp/vc-rcs.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-rcs.el	Fri Sep 22 11:20:05 2000 +0000
+++ b/lisp/vc-rcs.el	Fri Sep 22 11:57:30 2000 +0000
@@ -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."