From: Gerd Moellmann Date: Fri, 22 Sep 2000 11:57:30 +0000 (+0000) Subject: (toplevel): Require `vc' when compiling. X-Git-Tag: emacs-pretest-21.0.90~1426 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bc587562887a0d6ddf1ec3a422f27d9afaab9f2;p=emacs.git (toplevel): Require `vc' when compiling. --- 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 -;; $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."