home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / tools / pcl-cvs / pcl-cvs-startup.el < prev    next >
Lisp/Scheme  |  1996-09-28  |  693b  |  18 lines

  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 1996/04/14 15:17:59 kfogel 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)
  18.