# HG changeset patch # User Gerd Moellmann # Date 969623850 0 # Node ID a05558c542269f12e6b30b3ce6a236e6ca2c62dc # Parent 9d0c9c1fc8fcd8ef01877a00e248b3ea79e2db93 (toplevel): Require `vc' when compiling. diff -r 9d0c9c1fc8fc -r a05558c54226 lisp/vc-rcs.el --- 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 -;; $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."