Mercurial > hg > xemacs-beta
comparison lisp/hyperbole/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 'hyperbole-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el") | 4 ;;;### (autoloads (hmail:compose) "hmail" "hyperbole/hmail.el") |
6 | 5 |
7 (autoload 'hmail:compose "hmail" "\ | 6 (autoload 'hmail:compose "hmail" "\ |
8 Compose mail with ADDRESS and evaluation of EXPR. | 7 Compose mail with ADDRESS and evaluation of EXPR. |
419 It provides the following keys: | 418 It provides the following keys: |
420 \\{kotl-mode-map}" t nil) | 419 \\{kotl-mode-map}" t nil) |
421 | 420 |
422 ;;;*** | 421 ;;;*** |
423 | 422 |
424 (provide '-autoloads) | 423 (provide 'hyperbole-autoloads) |
425 )) |