From: Glenn Morris Date: Mon, 20 Jan 2003 21:27:41 +0000 (+0000) Subject: (calendar-only-one-frame-setup): Add autoload. X-Git-Tag: ttn-vms-21-2-B4~11559 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=945e6102fedb22aa5d200d9b60ceb7a6a256c0a9;p=emacs.git (calendar-only-one-frame-setup): Add autoload. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8bcf544302f..17625ee3655 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 Richard M. Stallman * simple.el (completion-setup-function): Set default-directory diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index a9d9a704396..8de969df369 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1351,6 +1351,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.")