From 6afadb57006a4d3599e5efe8c06ba67c40d9bbc8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 1994 23:26:27 +0000 Subject: [PATCH] Require calendar. --- lisp/calendar/appt.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 68a60a708be..98e555fed13 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -116,6 +116,9 @@ ;;; Code: +;; Make sure calendar is loaded when we compile this. +(require 'calendar) + ;;;###autoload (defvar appt-issue-message t "*Non-nil means check for appointments in the diary buffer. -- 2.39.5