]> code.delx.au - gnu-emacs/commitdiff
(toplevel): Require `vc' when compiling.
authorGerd Moellmann <gerd@gnu.org>
Fri, 22 Sep 2000 11:57:30 +0000 (11:57 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 22 Sep 2000 11:57:30 +0000 (11:57 +0000)
lisp/vc-rcs.el

index 09accd148a940615859980c7573b3b3e13aacc7a..a1d0707b1b20d17f7eb4e6d2f9041bc47e9ff6b9 100644 (file)
@@ -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."