require vc
This commit is contained in:
parent
cf56d05f60
commit
89e658178a
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue