From: Richard M. Stallman Date: Tue, 30 Aug 1994 00:34:35 +0000 (+0000) Subject: Provide diary-lib not diary. X-Git-Tag: emacs-19.34~7195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb1e67a02259d3c6d4ab8eda691f549a5b41f524;p=emacs.git Provide diary-lib not diary. --- diff --git a/lisp/diary-lib.el b/lisp/diary-lib.el index 43e8a4c54f1..9b5d978399f 100644 --- a/lisp/diary-lib.el +++ b/lisp/diary-lib.el @@ -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