# HG changeset patch # User Richard M. Stallman # Date 776474787 0 # Node ID 1e239675660417225cc1d8dd356edeccac8d3d6b # Parent ad8ab5d3841d9f3a9c99c0cf701f8095617b20dd Require calendar. diff -r ad8ab5d3841d -r 1e2396756604 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Tue Aug 09 23:26:13 1994 +0000 +++ b/lisp/calendar/appt.el Tue Aug 09 23:26:27 1994 +0000 @@ -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.