From 674b3bac333647a40bbbc3314bb7d84e0641c89f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 20 Jan 2003 21:35:25 +0000 Subject: [PATCH] (calendar-only-one-frame-setup): Autoload it. --- lisp/ChangeLog | 4 ++++ lisp/calendar/calendar.el | 3 +++ 2 files changed, 7 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e2c74dff78..83ab6f8ac02 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-01-20 Glenn Morris + + * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it. + 2003-01-20 Vasily Korytov (tiny change) * progmodes/cperl-mode.el: Don't make faces depend on window-system. diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 737c5450718..7e4951c07d2 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1346,6 +1346,9 @@ The Gregorian date Sunday, December 31, 1 BC is imaginary." "Move cursor to DATE." t) +(autoload 'calendar-only-one-frame-setup "cal-x" + "Start calendar and display it in a dedicated frame.") + (autoload 'calendar-one-frame-setup "cal-x" "Start calendar and display it in a dedicated frame together with the diary.") -- 2.39.5