home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / amicvs1-0.lha / AmiCVS / emacs / lisp-adds / pcl-cvs / pcl-cvs-startup.el < prev    next >
Encoding:
Text File  |  1994-11-02  |  565 b   |  15 lines

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