From: Karl Heuer Date: Mon, 17 Jul 1995 22:42:57 +0000 (+0000) Subject: Add provide. X-Git-Tag: emacs-19.34~3310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc3511def0153ac408353ad4feb053be57b886b8;p=emacs.git Add provide. --- diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 14291e5da37..2012d8c525e 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -119,6 +119,8 @@ ;; Make sure calendar is loaded when we compile this. (require 'calendar) +(provide 'appt) + ;;;###autoload (defvar appt-issue-message t "*Non-nil means check for appointments in the diary buffer.