Mercurial > hg > xemacs-beta
comparison lisp/pcl-cvs/pcl-cvs-startup.el @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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) |