Mercurial > emacs
changeset 35584:498bcc1e7c00
require vc
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Thu, 25 Jan 2001 21:02:37 +0000 |
parents | 699c21d1126e |
children | a185af43bdf4 |
files | lisp/ChangeLog lisp/vc-cvs.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 25 20:31:30 2001 +0000 +++ b/lisp/ChangeLog Thu Jan 25 21:02:37 2001 +0000 @@ -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>
--- a/lisp/vc-cvs.el Thu Jan 25 20:31:30 2001 +0000 +++ b/lisp/vc-cvs.el Thu Jan 25 21:02:37 2001 +0000 @@ -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 ;;;