0
|
1 ;;;#ident "@(#)OrigId: pcl-cvs-startup.el,v 1.4 1993/05/31 18:40:33 ceder Exp "
|
|
2 ;;;
|
|
3 ;;;#ident "@(#)cvs/contrib/pcl-cvs:$Name: $:$Id: pcl-cvs-startup.el,v 1.1.1.1 1996/12/18 03:32:27 steve Exp $"
|
|
4 ;;;
|
|
5 (autoload 'cvs-update "pcl-cvs"
|
|
6 "Run a 'cvs update' in the current working directory. Feed the
|
|
7 output to a *cvs* buffer and run cvs-mode on it.
|
|
8 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
|
|
9 t)
|
|
10
|
|
11 (autoload 'cvs-update-other-window "pcl-cvs"
|
|
12 "Run a 'cvs update' in the current working directory. Feed the
|
|
13 output to a *cvs* buffer, display it in the other window, and run
|
|
14 cvs-mode on it.
|
|
15
|
|
16 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
|
|
17 t)
|