diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-08-30 00:34:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-08-30 00:34:35 +0000 |
commit | bb1e67a02259d3c6d4ab8eda691f549a5b41f524 (patch) | |
tree | 09484b2a5fad691515b7ce0b4c830dd27254d1cb /lisp/diary-lib.el | |
parent | 2b9873337385d0a7d02b3455980dbb5ccd3dc73a (diff) | |
download | emacs-bb1e67a02259d3c6d4ab8eda691f549a5b41f524.tar.gz |
Provide diary-lib not diary.
Diffstat (limited to 'lisp/diary-lib.el')
-rw-r--r-- | lisp/diary-lib.el | 2 |
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 |