diff options
| author | Karl Heuer | 1996-05-20 15:43:53 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-05-20 15:43:53 +0000 |
| commit | a978be66798ce2599268dbcc86b65108811529c2 (patch) | |
| tree | 5c765b5e06fe52f29b50bff5b41466448ff7b6bc | |
| parent | a45eee72d320083354b7078c6e18eb20ba918da4 (diff) | |
| download | emacs-a978be66798ce2599268dbcc86b65108811529c2.tar.gz emacs-a978be66798ce2599268dbcc86b65108811529c2.zip | |
Renamed from cal-persian.el to avoid 14-character limitation.
| -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 @@ | |||
| 1 | ;;; cal-persian.el --- calendar functions for the Persian calendar. | 1 | ;;; cal-persia.el --- calendar functions for the Persian calendar. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -201,6 +201,6 @@ Echo Persian date unless NOECHO is t." | |||
| 201 | "Persian calendar equivalent of date diary entry." | 201 | "Persian calendar equivalent of date diary entry." |
| 202 | (calendar-persian-date-string (calendar-cursor-to-date t))) | 202 | (calendar-persian-date-string (calendar-cursor-to-date t))) |
| 203 | 203 | ||
| 204 | (provide 'cal-persian) | 204 | (provide 'cal-persia) |
| 205 | 205 | ||
| 206 | ;;; cal-persian.el ends here | 206 | ;;; cal-persia.el ends here |