comparison lisp/calendar/calendar.el @ 57326:958fe05efd62

From Emilio C. Lopes <eclig@gmx.net>: (calendar-goto-iso-week): Add autoload. (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
author Glenn Morris <rgm@gnu.org>
date Mon, 04 Oct 2004 23:46:42 +0000
parents 2f22c25f37c2
children 9dadbbe9a381 ff0e824afa37
comparison
equal deleted inserted replaced
57325:670acab99124 57326:958fe05efd62
1765 Defaults to today's date if DATE is not given. 1765 Defaults to today's date if DATE is not given.
1766 Driven by the variable `calendar-date-display-form'.") 1766 Driven by the variable `calendar-date-display-form'.")
1767 1767
1768 (autoload 'calendar-goto-iso-date "cal-iso" 1768 (autoload 'calendar-goto-iso-date "cal-iso"
1769 "Move cursor to ISO date." 1769 "Move cursor to ISO date."
1770 t)
1771
1772 (autoload 'calendar-goto-iso-week "cal-iso"
1773 "Move cursor to start of ISO week."
1770 t) 1774 t)
1771 1775
1772 (autoload 'calendar-print-iso-date "cal-iso" 1776 (autoload 'calendar-print-iso-date "cal-iso"
1773 "Show the ISO date equivalents of date." 1777 "Show the ISO date equivalents of date."
1774 t) 1778 t)
2202 (define-key calendar-mode-map "gC" 'calendar-goto-chinese-date) 2206 (define-key calendar-mode-map "gC" 'calendar-goto-chinese-date)
2203 (define-key calendar-mode-map "gk" 'calendar-goto-coptic-date) 2207 (define-key calendar-mode-map "gk" 'calendar-goto-coptic-date)
2204 (define-key calendar-mode-map "ge" 'calendar-goto-ethiopic-date) 2208 (define-key calendar-mode-map "ge" 'calendar-goto-ethiopic-date)
2205 (define-key calendar-mode-map "gp" 'calendar-goto-persian-date) 2209 (define-key calendar-mode-map "gp" 'calendar-goto-persian-date)
2206 (define-key calendar-mode-map "gc" 'calendar-goto-iso-date) 2210 (define-key calendar-mode-map "gc" 'calendar-goto-iso-date)
2211 (define-key calendar-mode-map "gw" 'calendar-goto-iso-week)
2207 (define-key calendar-mode-map "gf" 'calendar-goto-french-date) 2212 (define-key calendar-mode-map "gf" 'calendar-goto-french-date)
2208 (define-key calendar-mode-map "gml" 'calendar-goto-mayan-long-count-date) 2213 (define-key calendar-mode-map "gml" 'calendar-goto-mayan-long-count-date)
2209 (define-key calendar-mode-map "gmpc" 'calendar-previous-calendar-round-date) 2214 (define-key calendar-mode-map "gmpc" 'calendar-previous-calendar-round-date)
2210 (define-key calendar-mode-map "gmnc" 'calendar-next-calendar-round-date) 2215 (define-key calendar-mode-map "gmnc" 'calendar-next-calendar-round-date)
2211 (define-key calendar-mode-map "gmph" 'calendar-previous-haab-date) 2216 (define-key calendar-mode-map "gmph" 'calendar-previous-haab-date)