1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Renamed from cal-persian.el to avoid 14-character limitation.

This commit is contained in:
Karl Heuer 1996-05-20 15:43:53 +00:00
parent a45eee72d3
commit a978be6679

View File

@ -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