summaryrefslogtreecommitdiff
path: root/lisp/=diary-lib.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
committerJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
commite8151d91bd02af2b60974c2a439450c81bd24974 (patch)
tree52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/=diary-lib.el
parent18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff)
downloademacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/=diary-lib.el')
-rw-r--r--lisp/=diary-lib.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/=diary-lib.el b/lisp/=diary-lib.el
index 26aa7f5d478..b196707f09f 100644
--- a/lisp/=diary-lib.el
+++ b/lisp/=diary-lib.el
@@ -28,8 +28,6 @@
;; Urbana, Illinois 61801
(require 'calendar)
-(provide 'diary)
-
(defun diary (&optional arg)
"Generate the diary window for ARG days starting with the current date.
If no argument is provided, the number of days of diary entries is governed
@@ -2125,3 +2123,6 @@ to the date indicated by point. Prefix arg will make the entry nonmarking."
(or (calendar-cursor-to-date)
(error "Cursor is not on a date!"))))))
arg)))
+
+(provide 'diary)
+