summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-20 15:43:53 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-20 15:43:53 +0000
commit43b5d4edcc998f46453262fdc3b93363b4fcefdb (patch)
treed2f6d332db8af93f76385f40e10cf53d28a8cb35 /lisp
parent497632479062fefc954006a673a9d10f86f403e6 (diff)
downloademacs-43b5d4edcc998f46453262fdc3b93363b4fcefdb.tar.gz
Renamed from cal-persian.el to avoid 14-character limitation.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/cal-persia.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/cal-persia.el b/lisp/calendar/cal-persia.el
index 4c7e24c8d0c..89269526be8 100644
--- a/lisp/calendar/cal-persia.el
+++ b/lisp/calendar/cal-persia.el
@@ -1,4 +1,4 @@
-;;; cal-persian.el --- calendar functions for the Persian calendar.
+;;; cal-persia.el --- calendar functions for the Persian calendar.
;; Copyright (C) 1996 Free Software Foundation, Inc.
@@ -201,6 +201,6 @@ Echo Persian date unless NOECHO is t."
"Persian calendar equivalent of date diary entry."
(calendar-persian-date-string (calendar-cursor-to-date t)))
-(provide 'cal-persian)
+(provide 'cal-persia)
-;;; cal-persian.el ends here
+;;; cal-persia.el ends here