1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

Provide diary-lib not diary.

This commit is contained in:
Richard M. Stallman 1994-08-30 00:34:35 +00:00
parent 2b98733373
commit bb1e67a022

View 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