emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el,v
Date: Sat, 05 Apr 2008 19:15:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/05 19:15:41

Index: calendar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/calendar.el,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -b -r1.247 -r1.248
--- calendar.el 5 Apr 2008 18:54:46 -0000       1.247
+++ calendar.el 5 Apr 2008 19:15:40 -0000       1.248
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]