From: Richard M. Stallman Date: Sat, 25 Nov 1995 05:39:20 +0000 (+0000) Subject: Renamed from diary.el. X-Git-Tag: emacs-19.34~2210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4ca7ef99de40b75c1404d3bc0b74f700b4a1ed4;p=emacs.git Renamed from diary.el. --- diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el index 81fafcd695a..dfbeb408d92 100644 --- a/lisp/calendar/diary-lib.el +++ b/lisp/calendar/diary-lib.el @@ -1,4 +1,4 @@ -;;; diary.el --- diary functions. +;;; diary-lib.el --- diary functions. ;; Copyright (C) 1989, 1990, 1992, 1993, 1994, 1995 Free Software Foundation, ;; Inc. @@ -1368,6 +1368,6 @@ Prefix arg will make the entry nonmarking." (calendar-date-string (calendar-cursor-to-date t) nil t)) arg))) -(provide 'diary) +(provide 'diary-lib) -;;; diary.el ends here +;;; diary-lib.el ends here