diff lisp/=diary-lib.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents bd0533ed9b5a
children 8a533acedb77
line wrap: on
line diff
--- a/lisp/=diary-lib.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/=diary-lib.el	Mon Mar 16 20:39:07 1992 +0000
@@ -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 @@
          (or (calendar-cursor-to-date)
              (error "Cursor is not on a date!"))))))
      arg)))
+
+(provide 'diary)
+