annotate lisp/pcl-cvs/pcl-cvs-startup.el @ 123:c77884c6318d

Added tag r20-1b14 for changeset d2f30a177268
author cvs
date Mon, 13 Aug 2007 09:26:04 +0200
parents 131b0175ea99
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;;#ident "@(#)OrigId: pcl-cvs-startup.el,v 1.4 1993/05/31 18:40:33 ceder Exp "
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 ;;;
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 0
diff changeset
3 ;;;#ident "@(#)cvs/contrib/pcl-cvs:$Name: r20-0b30 $:$Id: pcl-cvs-startup.el,v 1.1.1.1 1996/12/18 22:42:58 steve Exp $"
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 ;;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 (autoload 'cvs-update "pcl-cvs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 "Run a 'cvs update' in the current working directory. Feed the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 output to a *cvs* buffer and run cvs-mode on it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 (autoload 'cvs-update-other-window "pcl-cvs"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 "Run a 'cvs update' in the current working directory. Feed the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 output to a *cvs* buffer, display it in the other window, and run
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 cvs-mode on it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 t)