diff options
| author | Richard M. Stallman | 1998-05-06 07:38:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-06 07:38:44 +0000 |
| commit | f91adf294316bc89f86b2d566525be27c6666831 (patch) | |
| tree | b2d38d742ccab60fde0d257227db283fbc1850e9 | |
| parent | 48c932296cdfed610a581ef9a3ea6e3515d6164c (diff) | |
| download | emacs-f91adf294316bc89f86b2d566525be27c6666831.tar.gz emacs-f91adf294316bc89f86b2d566525be27c6666831.zip | |
(diary-mail-entries): Add autoload cookie.
| -rw-r--r-- | lisp/calendar/diary-lib.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 38bd01fa4ce..003deeea27c 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el | |||
| @@ -598,6 +598,7 @@ is created." | |||
| 598 | :type 'integer | 598 | :type 'integer |
| 599 | :version "20.3") | 599 | :version "20.3") |
| 600 | 600 | ||
| 601 | ;;;###autoload | ||
| 601 | (defun diary-mail-entries (&optional ndays) | 602 | (defun diary-mail-entries (&optional ndays) |
| 602 | "Send a mail message showing diary entries for next NDAYS days. | 603 | "Send a mail message showing diary entries for next NDAYS days. |
| 603 | If no prefix argument is given, NDAYS is set to `diary-mail-days'. | 604 | If no prefix argument is given, NDAYS is set to `diary-mail-days'. |