]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide diary-lib not diary.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Aug 1994 00:34:35 +0000 (00:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Aug 1994 00:34:35 +0000 (00:34 +0000)
lisp/diary-lib.el

index 43e8a4c54f1a518559a2e3769fcc584580c2a3cc..9b5d978399feddced7bf8adad59f76976fca50b1 100644 (file)
@@ -1893,6 +1893,6 @@ A value of 0 in any position is a wildcard."
                  (mark-visible-calendar-date
                   (calendar-gregorian-from-absolute date)))))))))
 
-(provide 'diary)
+(provide 'diary-lib)
 
 ;;; diary-lib.el ends here