# HG changeset patch # User Glenn Morris # Date 1207422940 0 # Node ID 5673edec9392661f3efc4f1f4c553b94ca4f136f # Parent 2b79fd9755d7ce080d5babbc048a15c0aab3f263 Update for coptic and french name changes. diff -r 2b79fd9755d7 -r 5673edec9392 lisp/calendar/calendar.el --- a/lisp/calendar/calendar.el Sat Apr 05 19:15:16 2008 +0000 +++ b/lisp/calendar/calendar.el Sat Apr 05 19:15:40 2008 +0000 @@ -1602,12 +1602,12 @@ (define-key map "gi" 'calendar-islamic-goto-date) (define-key map "gb" 'calendar-bahai-goto-date) (define-key map "gC" 'calendar-goto-chinese-date) - (define-key map "gk" 'calendar-goto-coptic-date) - (define-key map "ge" 'calendar-goto-ethiopic-date) + (define-key map "gk" 'calendar-coptic-goto-date) + (define-key map "ge" 'calendar-ethiopic-goto-date) (define-key map "gp" 'calendar-persian-goto-date) (define-key map "gc" 'calendar-iso-goto-date) (define-key map "gw" 'calendar-iso-goto-week) - (define-key map "gf" 'calendar-goto-french-date) + (define-key map "gf" 'calendar-french-goto-date) (define-key map "gml" 'calendar-mayan-goto-long-count-date) (define-key map "gmpc" 'calendar-mayan-previous-round-date) (define-key map "gmnc" 'calendar-mayan-next-round-date) @@ -1635,8 +1635,8 @@ (define-key map "s" 'diary-show-all-entries) (define-key map "pd" 'calendar-print-day-of-year) (define-key map "pC" 'calendar-print-chinese-date) - (define-key map "pk" 'calendar-print-coptic-date) - (define-key map "pe" 'calendar-print-ethiopic-date) + (define-key map "pk" 'calendar-coptic-print-date) + (define-key map "pe" 'calendar-ethiopic-print-date) (define-key map "pp" 'calendar-persian-print-date) (define-key map "pc" 'calendar-iso-print-date) (define-key map "pj" 'calendar-julian-print-date) @@ -1644,7 +1644,7 @@ (define-key map "ph" 'calendar-print-hebrew-date) (define-key map "pi" 'calendar-islamic-print-date) (define-key map "pb" 'calendar-bahai-print-date) - (define-key map "pf" 'calendar-print-french-date) + (define-key map "pf" 'calendar-french-print-date) (define-key map "pm" 'calendar-mayan-print-date) (define-key map "po" 'calendar-print-other-dates) (define-key map "id" 'insert-diary-entry)