]> git.eshelyaron.com Git - emacs.git/commitdiff
require vc
authorSam Steingold <sds@gnu.org>
Thu, 25 Jan 2001 21:02:37 +0000 (21:02 +0000)
committerSam Steingold <sds@gnu.org>
Thu, 25 Jan 2001 21:02:37 +0000 (21:02 +0000)
lisp/ChangeLog
lisp/vc-cvs.el

index d2ba882f54a8872dad840a034090ccccb1181029..ce1a0246d7cea249197dce1412deeb5c09f69321 100644 (file)
@@ -7,6 +7,7 @@
 2001-01-25  Sam Steingold  <sds@gnu.org>
 
        * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
+       Require vc.
 
 2001-01-25  Stefan Monnier  <monnier@cs.yale.edu>
 
index 203dc667f488e58549548910f13d005ae05601e2..915a434a5271d865c18ab9ff8a9ae57851d0c215 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:      FSF (see vc.el for full credits)
 ;; Maintainer:  Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-cvs.el,v 1.15 2001/01/09 14:48:25 fx Exp $
+;; $Id: vc-cvs.el,v 1.16 2001/01/25 16:36:48 sds Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -28,6 +28,8 @@
 
 ;;; Code:
 
+(require 'vc)
+
 ;;;
 ;;; Customization options
 ;;;