diff options
| -rw-r--r-- | lisp/calendar/appt.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 116 | 116 | ||
| 117 | ;;; Code: | 117 | ;;; Code: |
| 118 | 118 | ||
| 119 | ;; Make sure calendar is loaded when we compile this. | ||
| 120 | (require 'calendar) | ||
| 121 | |||
| 119 | ;;;###autoload | 122 | ;;;###autoload |
| 120 | (defvar appt-issue-message t | 123 | (defvar appt-issue-message t |
| 121 | "*Non-nil means check for appointments in the diary buffer. | 124 | "*Non-nil means check for appointments in the diary buffer. |