Mercurial > emacs
changeset 92831:65bc0cdc7f5f
(diary-list-entries): Fix autoload.
(generated-autoload-file): Don't set, instead use different values of
generate-autoload-cookie plus Makefile rules to allow for a mixture of
internal calendar autoloads and normal autoloads.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 13 Mar 2008 05:43:00 +0000 |
parents | 669faa35f924 |
children | 0f2bf92fe13d |
files | lisp/calendar/cal-html.el |
diffstat | 1 files changed, 3 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/cal-html.el Thu Mar 13 05:41:58 2008 +0000 +++ b/lisp/calendar/cal-html.el Thu Mar 13 05:43:00 2008 +0000 @@ -341,7 +341,7 @@ ;; Monthly calendar ;;------------------------------------------------------------ -(autoload 'diary-list-entries "diary-lib" nil t) +(autoload 'diary-list-entries "diary-lib") (defun cal-html-list-diary-entries (d1 d2) "Generate a list of all diary-entries from absolute date D1 to D2." @@ -411,7 +411,7 @@ ;;; User commands. -;;;###autoload +;;;###cal-autoload (defun cal-html-cursor-month (month year dir) "Write an HTML calendar file for numeric MONTH of four-digit YEAR. The output directory DIR is created if necessary. Interactively, @@ -424,7 +424,7 @@ (make-directory dir t) (cal-html-one-month month year dir)) -;;;###autoload +;;;###cal-autoload (defun cal-html-cursor-year (year dir) "Write HTML calendar files (index and monthly pages) for four-digit YEAR. The output directory DIR is created if necessary. Interactively, @@ -443,9 +443,5 @@ (provide 'cal-html) -;; Local Variables: -;; generated-autoload-file: "cal-loaddefs.el" -;; End: - ;; arch-tag: 4e73377d-d2c1-46ea-a103-02c111da5f57 ;;; cal-html.el ends here