diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-05-20 15:43:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-05-20 15:43:53 +0000 |
commit | a978be66798ce2599268dbcc86b65108811529c2 (patch) | |
tree | 5c765b5e06fe52f29b50bff5b41466448ff7b6bc /lisp/calendar/cal-persia.el | |
parent | a45eee72d320083354b7078c6e18eb20ba918da4 (diff) | |
download | emacs-a978be66798ce2599268dbcc86b65108811529c2.tar.gz |
Renamed from cal-persian.el to avoid 14-character limitation.
Diffstat (limited to 'lisp/calendar/cal-persia.el')
-rw-r--r-- | lisp/calendar/cal-persia.el | 6 |
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 |