aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-05-20 15:42:58 +0000
committerKarl Heuer1996-05-20 15:42:58 +0000
commita45eee72d320083354b7078c6e18eb20ba918da4 (patch)
tree9590566e915332d2f09b1ed550555059ed583a84
parentb1d4be5f6eaa5a04a642727e2a518a2b8002395c (diff)
downloademacs-a45eee72d320083354b7078c6e18eb20ba918da4.tar.gz
emacs-a45eee72d320083354b7078c6e18eb20ba918da4.zip
Change autoload references from cal-persian to cal-persia.
-rw-r--r--lisp/calendar/calendar.el8
-rw-r--r--lisp/calendar/diary-lib.el2
2 files changed, 5 insertions, 5 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index bf6f3daaf38..aad9f32bf37 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -61,7 +61,7 @@
61;; cal-mayan.el Mayan calendars 61;; cal-mayan.el Mayan calendars
62;; cal-menu.el Menu support 62;; cal-menu.el Menu support
63;; cal-move.el Movement in the calendar 63;; cal-move.el Movement in the calendar
64;; cal-persian.el Perisan calendar 64;; cal-persia.el Persian calendar
65;; cal-tex.el Calendars in LaTeX 65;; cal-tex.el Calendars in LaTeX
66;; cal-x.el X-windows dedicated frame functions 66;; cal-x.el X-windows dedicated frame functions
67;; diary.el Diary functions 67;; diary.el Diary functions
@@ -1394,15 +1394,15 @@ Driven by the variable `calendar-date-display-form'."
1394 "String of Ethiopic date of Gregorian date." 1394 "String of Ethiopic date of Gregorian date."
1395 t) 1395 t)
1396 1396
1397(autoload 'calendar-goto-persian-date "cal-persian" 1397(autoload 'calendar-goto-persian-date "cal-persia"
1398 "Move cursor to Persian date date." 1398 "Move cursor to Persian date date."
1399 t) 1399 t)
1400 1400
1401(autoload 'calendar-print-persian-date "cal-persian" 1401(autoload 'calendar-print-persian-date "cal-persia"
1402 "Show the Persian date equivalents of date." 1402 "Show the Persian date equivalents of date."
1403 t) 1403 t)
1404 1404
1405(autoload 'calendar-persian-date-string "cal-persian" 1405(autoload 'calendar-persian-date-string "cal-persia"
1406 "String of Persian date of Gregorian date." 1406 "String of Persian date of Gregorian date."
1407 t) 1407 t)
1408 1408
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index 7d09c1e0ceb..175568264a3 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -176,7 +176,7 @@ The holidays are those in the list `calendar-holidays'."
176 "Ethiopic calendar equivalent of date diary entry." 176 "Ethiopic calendar equivalent of date diary entry."
177 t) 177 t)
178 178
179(autoload 'diary-persian-date "cal-persian" 179(autoload 'diary-persian-date "cal-persia"
180 "Persian calendar equivalent of date diary entry." 180 "Persian calendar equivalent of date diary entry."
181 t) 181 t)
182 182