diff options
author | Glenn Morris <rgm@gnu.org> | 2003-01-20 21:27:41 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2003-01-20 21:27:41 +0000 |
commit | 945e6102fedb22aa5d200d9b60ceb7a6a256c0a9 (patch) | |
tree | 904eff04ff2061ce2e290e5475ee27aa791cf00b /lisp | |
parent | fe04b8c806d7a6203c0c102b45c1afc114082489 (diff) | |
download | emacs-945e6102fedb22aa5d200d9b60ceb7a6a256c0a9.tar.gz |
(calendar-only-one-frame-setup): Add autoload.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/calendar/calendar.el | 3 |
2 files changed, 7 insertions, 0 deletions
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 <gmorris@ast.cam.ac.uk> + + * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it. + 2003-01-20 Richard M. Stallman <rms@gnu.org> * 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.") |