Mercurial > hg > xemacs-beta
comparison lisp/rmail/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 | 0132846995bd |
children |
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 'rmail-autoloads)) | 2 (if (featurep 'rmail-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads (rmail-input rmail-mode rmail) "rmail" "rmail/rmail.el") | 4 ;;;### (autoloads (rmail-input rmail-mode rmail) "rmail" "rmail/rmail.el") |
6 | 5 |
7 (defvar rmail-dont-reply-to-names nil "\ | 6 (defvar rmail-dont-reply-to-names nil "\ |
8 *A regexp specifying names to prune of reply to messages. | 7 *A regexp specifying names to prune of reply to messages. |
113 Convert Rmail file FILE to mailbox-format file TO-FILE." t nil) | 112 Convert Rmail file FILE to mailbox-format file TO-FILE." t nil) |
114 | 113 |
115 ;;;*** | 114 ;;;*** |
116 | 115 |
117 (provide 'rmail-autoloads) | 116 (provide 'rmail-autoloads) |
118 )) |