From 0bc587562887a0d6ddf1ec3a422f27d9afaab9f2 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 22 Sep 2000 11:57:30 +0000 Subject: [PATCH] (toplevel): Require `vc' when compiling. --- lisp/vc-rcs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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." -- 2.39.5