comparison lisp/calendar/calendar.el @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents f9a65d7ebd29 6d54ca488e15
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
1816 (autoload 'calendar-bahai-date-string "cal-bahai" 1816 (autoload 'calendar-bahai-date-string "cal-bahai"
1817 "String of Baha'i date of Gregorian date." 1817 "String of Baha'i date of Gregorian date."
1818 t) 1818 t)
1819 1819
1820 (autoload 'calendar-goto-hebrew-date "cal-hebrew" 1820 (autoload 'calendar-goto-hebrew-date "cal-hebrew"
1821 "Move cursor to Hebrew date date." 1821 "Move cursor to Hebrew date."
1822 t) 1822 t)
1823 1823
1824 (autoload 'calendar-print-hebrew-date "cal-hebrew" 1824 (autoload 'calendar-print-hebrew-date "cal-hebrew"
1825 "Show the Hebrew date equivalents of date." 1825 "Show the Hebrew date equivalents of date."
1826 t) 1826 t)
1828 (autoload 'calendar-hebrew-date-string "cal-hebrew" 1828 (autoload 'calendar-hebrew-date-string "cal-hebrew"
1829 "String of Hebrew date of Gregorian date." 1829 "String of Hebrew date of Gregorian date."
1830 t) 1830 t)
1831 1831
1832 (autoload 'calendar-goto-coptic-date "cal-coptic" 1832 (autoload 'calendar-goto-coptic-date "cal-coptic"
1833 "Move cursor to Coptic date date." 1833 "Move cursor to Coptic date."
1834 t) 1834 t)
1835 1835
1836 (autoload 'calendar-print-coptic-date "cal-coptic" 1836 (autoload 'calendar-print-coptic-date "cal-coptic"
1837 "Show the Coptic date equivalents of date." 1837 "Show the Coptic date equivalents of date."
1838 t) 1838 t)
1840 (autoload 'calendar-coptic-date-string "cal-coptic" 1840 (autoload 'calendar-coptic-date-string "cal-coptic"
1841 "String of Coptic date of Gregorian date." 1841 "String of Coptic date of Gregorian date."
1842 t) 1842 t)
1843 1843
1844 (autoload 'calendar-goto-ethiopic-date "cal-coptic" 1844 (autoload 'calendar-goto-ethiopic-date "cal-coptic"
1845 "Move cursor to Ethiopic date date." 1845 "Move cursor to Ethiopic date."
1846 t) 1846 t)
1847 1847
1848 (autoload 'calendar-print-ethiopic-date "cal-coptic" 1848 (autoload 'calendar-print-ethiopic-date "cal-coptic"
1849 "Show the Ethiopic date equivalents of date." 1849 "Show the Ethiopic date equivalents of date."
1850 t) 1850 t)
1852 (autoload 'calendar-ethiopic-date-string "cal-coptic" 1852 (autoload 'calendar-ethiopic-date-string "cal-coptic"
1853 "String of Ethiopic date of Gregorian date." 1853 "String of Ethiopic date of Gregorian date."
1854 t) 1854 t)
1855 1855
1856 (autoload 'calendar-goto-persian-date "cal-persia" 1856 (autoload 'calendar-goto-persian-date "cal-persia"
1857 "Move cursor to Persian date date." 1857 "Move cursor to Persian date."
1858 t) 1858 t)
1859 1859
1860 (autoload 'calendar-print-persian-date "cal-persia" 1860 (autoload 'calendar-print-persian-date "cal-persia"
1861 "Show the Persian date equivalents of date." 1861 "Show the Persian date equivalents of date."
1862 t) 1862 t)