/[emacs]/emacs/lisp/calendar/calendar.el
ViewVC logotype

Diff of /emacs/lisp/calendar/calendar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.148.2.3 by miles, Sat Sep 25 12:05:36 2004 UTC revision 1.148.2.4 by miles, Thu Oct 14 08:50:09 2004 UTC
# Line 1769  Driven by the variable `calendar-date-di Line 1769  Driven by the variable `calendar-date-di
1769    "Move cursor to ISO date."    "Move cursor to ISO date."
1770    t)    t)
1771    
1772    (autoload 'calendar-goto-iso-week "cal-iso"
1773      "Move cursor to start of ISO week."
1774      t)
1775    
1776  (autoload 'calendar-print-iso-date "cal-iso"  (autoload 'calendar-print-iso-date "cal-iso"
1777    "Show the ISO date equivalents of date."    "Show the ISO date equivalents of date."
1778    t)    t)
# Line 2204  the inserted text.  Value is always t." Line 2208  the inserted text.  Value is always t."
2208    (define-key calendar-mode-map "ge"  'calendar-goto-ethiopic-date)    (define-key calendar-mode-map "ge"  'calendar-goto-ethiopic-date)
2209    (define-key calendar-mode-map "gp"  'calendar-goto-persian-date)    (define-key calendar-mode-map "gp"  'calendar-goto-persian-date)
2210    (define-key calendar-mode-map "gc"  'calendar-goto-iso-date)    (define-key calendar-mode-map "gc"  'calendar-goto-iso-date)
2211      (define-key calendar-mode-map "gw"  'calendar-goto-iso-week)
2212    (define-key calendar-mode-map "gf"  'calendar-goto-french-date)    (define-key calendar-mode-map "gf"  'calendar-goto-french-date)
2213    (define-key calendar-mode-map "gml"  'calendar-goto-mayan-long-count-date)    (define-key calendar-mode-map "gml"  'calendar-goto-mayan-long-count-date)
2214    (define-key calendar-mode-map "gmpc" 'calendar-previous-calendar-round-date)    (define-key calendar-mode-map "gmpc" 'calendar-previous-calendar-round-date)

Legend:
Removed from v.1.148.2.3  
changed lines
  Added in v.1.148.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26