summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-30 00:34:35 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-30 00:34:35 +0000
commit14fa46bd5d2a21583aa66a6aeec50cf3d5ba07fe (patch)
tree6109f9cec99fd4fffc789acc74a63cc22b0fa3ff /lisp
parentcd503e90db9b3b28ae6de18cd455da5961629b4d (diff)
downloademacs-14fa46bd5d2a21583aa66a6aeec50cf3d5ba07fe.tar.gz
Provide diary-lib not diary.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/=diary-lib.el2
1 files changed, 1 insertions, 1 deletions
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