Mercurial > hg > xemacs-beta
diff lisp/pcl-cvs/auto-autoloads.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children | e121b013d1f0 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/pcl-cvs/auto-autoloads.el Mon Aug 13 09:43:35 2007 +0200 @@ -0,0 +1,28 @@ +;;; DO NOT MODIFY THIS FILE +(if (not (featurep 'pcl-cvs-autoloads)) + (progn + +;;;### (autoloads (pcl-cvs-fontify) "pcl-cvs-xemacs" "pcl-cvs/pcl-cvs-xemacs.el") + +(autoload 'pcl-cvs-fontify "pcl-cvs-xemacs" nil nil nil) + +;;;*** + +;;;### (autoloads (cvs-update-other-window cvs-update) "pcl-cvs" "pcl-cvs/pcl-cvs.el") + +(autoload 'cvs-update "pcl-cvs" "\ +Run a 'cvs update' in the current working directory. Feed the +output to a *cvs* buffer and run cvs-mode on it. +If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil) + +(autoload 'cvs-update-other-window "pcl-cvs" "\ +Run a 'cvs update' in the current working directory. Feed the +output to a *cvs* buffer, display it in the other window, and run +cvs-mode on it. + +If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil) + +;;;*** + +(provide 'pcl-cvs-autoloads) +))