changeset 13441:3d2e58f4385f

Require calendar.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Nov 1995 04:27:30 +0000
parents e8cd2c9309c8
children 7609e8a05862
files lisp/calendar/cal-x.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/cal-x.el	Thu Nov 09 08:26:32 1995 +0000
+++ b/lisp/calendar/cal-x.el	Fri Nov 10 04:27:30 1995 +0000
@@ -36,6 +36,8 @@
 
 ;;; Code:
 
+(require 'calendar)
+
 (defvar calendar-frame nil "Frame in which to display the calendar.")
 
 (defvar diary-frame nil "Frame in which to display the diary.")