comparison lisp/calendar/calendar.el @ 38448:911d5f6da3f7

(calendar-goto-islamic-date): Add call to autoload.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Jul 2001 15:45:01 +0000
parents 7a94f1c588c4
children aa185d4220dd
comparison
equal deleted inserted replaced
38447:8bfe6cc5b72e 38448:911d5f6da3f7
1 ;;; calendar.el --- calendar functions 1 ;;; calendar.el --- calendar functions
2 2
3 ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997, 2000 3 ;; Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1997,
4 ;; Free Software Foundation, Inc. 4 ;; 2000, 2001 Free Software Foundation, Inc.
5 5
6 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> 6 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
7 ;; Keywords: calendar 7 ;; Keywords: calendar
8 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays 8 ;; Human-Keywords: calendar, Gregorian calendar, diary, holidays
9 9
1558 "Show the ISO date equivalents of date." 1558 "Show the ISO date equivalents of date."
1559 t) 1559 t)
1560 1560
1561 (autoload 'calendar-iso-date-string "cal-iso" 1561 (autoload 'calendar-iso-date-string "cal-iso"
1562 "String of ISO date of Gregorian date." 1562 "String of ISO date of Gregorian date."
1563 t)
1564
1565 (autoload 'calendar-goto-islamic-date "cal-islam"
1566 "Move cursor to Islamic date."
1563 t) 1567 t)
1564 1568
1565 (autoload 'calendar-print-islamic-date "cal-islam" 1569 (autoload 'calendar-print-islamic-date "cal-islam"
1566 "Show the Islamic date equivalents of date." 1570 "Show the Islamic date equivalents of date."
1567 t) 1571 t)