Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | |
2 (if (not (featurep 'pcl-cvs-autoloads)) | |
3 (progn | |
4 | |
5 ;;;### (autoloads (pcl-cvs-fontify) "pcl-cvs-xemacs" "pcl-cvs/pcl-cvs-xemacs.el") | |
6 | |
7 (autoload 'pcl-cvs-fontify "pcl-cvs-xemacs" nil nil nil) | |
8 | |
9 ;;;*** | |
10 | |
11 ;;;### (autoloads (cvs-update-other-window cvs-update) "pcl-cvs" "pcl-cvs/pcl-cvs.el") | |
12 | |
13 (autoload 'cvs-update "pcl-cvs" "\ | |
14 Run a 'cvs update' in the current working directory. Feed the | |
15 output to a *cvs* buffer and run cvs-mode on it. | |
16 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil) | |
17 | |
18 (autoload 'cvs-update-other-window "pcl-cvs" "\ | |
19 Run a 'cvs update' in the current working directory. Feed the | |
20 output to a *cvs* buffer, display it in the other window, and run | |
21 cvs-mode on it. | |
22 | |
23 If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run." t nil) | |
24 | |
25 ;;;*** | |
26 | |
27 (provide 'pcl-cvs-autoloads) | |
28 )) |