]> git.eshelyaron.com Git - emacs.git/commitdiff
Renamed from diary.el.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Nov 1995 05:39:20 +0000 (05:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Nov 1995 05:39:20 +0000 (05:39 +0000)
lisp/calendar/diary-lib.el

index 81fafcd695ab0fb6bd2e1ad6241f99094bbaad08..dfbeb408d927363a1542f333f7d908687fe60b75 100644 (file)
@@ -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