home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / lemacs-19.6 / lisp / pcl-cvs / pcl-cvs-startup.el < prev    next >
Encoding:
Text File  |  1992-10-28  |  555 b   |  14 lines

  1. ;;; Id: pcl-cvs-startup.el,v 1.2 1992/07/09 17:01:55 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.