# HG changeset patch # User Glenn Morris # Date 1204947750 0 # Node ID 727105264b1c4d40213edfc56eba90663b1ecf5e # Parent f82da83f1b8a60cba4696ad22a4d887e84631736 Add autoload cookies to functions formerly autoloaded in calendar.el. Set `generated-autoload-file' to "cal-loaddefs.el". diff -r f82da83f1b8a -r 727105264b1c lisp/calendar/cal-html.el --- a/lisp/calendar/cal-html.el Sat Mar 08 03:41:34 2008 +0000 +++ b/lisp/calendar/cal-html.el Sat Mar 08 03:42:30 2008 +0000 @@ -1,6 +1,7 @@ ;;; cal-html.el --- functions for printing HTML calendars -;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Free Software Foundation, Inc. ;; Author: Anna M. Bigatti ;; Keywords: calendar @@ -410,6 +411,7 @@ ;;; User commands. +;;;###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, @@ -422,6 +424,7 @@ (make-directory dir t) (cal-html-one-month month year dir)) +;;;###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, @@ -440,6 +443,9 @@ (provide 'cal-html) +;; Local Variables: +;; generated-autoload-file: "cal-loaddefs.el" +;; End: ;; arch-tag: 4e73377d-d2c1-46ea-a103-02c111da5f57 ;;; cal-html.el ends here