emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/cal-html.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/cal-html.el,v
Date: Sat, 08 Mar 2008 03:42:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/03/08 03:42:30

Index: cal-html.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/cal-html.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- cal-html.el 8 Jan 2008 20:44:05 -0000       1.5
+++ cal-html.el 8 Mar 2008 03:42:30 -0000       1.6
@@ -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 <address@hidden>
 ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]