changeset 93719:5673edec9392

Update for coptic and french name changes.
author Glenn Morris <rgm@gnu.org>
date Sat, 05 Apr 2008 19:15:40 +0000
parents 2b79fd9755d7
children ca1c8545b135
files lisp/calendar/calendar.el
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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)