Mercurial > emacs
changeset 49350:c4611ea3a05d
(calendar-only-one-frame-setup): Add autoload.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 20 Jan 2003 21:25:29 +0000 |
parents | 9ff84eb2f7b4 |
children | 69ba26552b66 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Mon Jan 20 20:18:13 2003 +0000 +++ b/lisp/calendar/calendar.el Mon Jan 20 21:25:29 2003 +0000 @@ -1351,6 +1351,9 @@ "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.")