From: Richard M. Stallman Date: Tue, 9 Aug 1994 23:26:27 +0000 (+0000) Subject: Require calendar. X-Git-Tag: emacs-19.34~7353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6afadb57006a4d3599e5efe8c06ba67c40d9bbc8;p=emacs.git Require calendar. --- 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.