comparison lisp/oobr/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18

Import from CVS: tag r20-3b18
author cvs
date Mon, 13 Aug 2007 09:54:23 +0200
parents 15872534500d
children 489f57a838ef
comparison
equal deleted inserted replaced
182:f07455f06202 183:e121b013d1f0
1 ;;; DO NOT MODIFY THIS FILE 1 ;;; DO NOT MODIFY THIS FILE
2 (if (not (featurep '-autoloads)) 2 (if (featurep 'oobr-autoloads) (error "Already loaded"))
3 (progn
4 3
5 ;;;### (autoloads (br-env-load br-env-browse) "br-env" "oobr/br-env.el") 4 ;;;### (autoloads (br-env-load br-env-browse) "br-env" "oobr/br-env.el")
6 5
7 (autoload 'br-env-browse "br-env" "\ 6 (autoload 'br-env-browse "br-env" "\
8 Invoke the OO-Browser on an existing or to be created Environment ENV-FILE." t nil) 7 Invoke the OO-Browser on an existing or to be created Environment ENV-FILE." t nil)
129 file to use. Alternatively, a string value of ENV-FILE is used as the 128 file to use. Alternatively, a string value of ENV-FILE is used as the
130 Environment file name. See also the file \"br-help\"." t nil) 129 Environment file name. See also the file \"br-help\"." t nil)
131 130
132 ;;;*** 131 ;;;***
133 132
134 (provide '-autoloads) 133 (provide 'oobr-autoloads)
135 ))