From a978be66798ce2599268dbcc86b65108811529c2 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 20 May 1996 15:43:53 +0000 Subject: [PATCH] Renamed from cal-persian.el to avoid 14-character limitation. --- lisp/calendar/cal-persia.el | 6 +++--- 1 file 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 -- 2.39.5