From cc3511def0153ac408353ad4feb053be57b886b8 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 17 Jul 1995 22:42:57 +0000 Subject: [PATCH] Add provide. --- lisp/calendar/appt.el | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2