aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/calendar/calendar.el3
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 @@
12003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
4
12003-01-20 Richard M. Stallman <rms@gnu.org> 52003-01-20 Richard M. Stallman <rms@gnu.org>
2 6
3 * simple.el (completion-setup-function): Set default-directory 7 * 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."
1351 "Move cursor to DATE." 1351 "Move cursor to DATE."
1352 t) 1352 t)
1353 1353
1354(autoload 'calendar-only-one-frame-setup "cal-x"
1355 "Start calendar and display it in a dedicated frame.")
1356
1354(autoload 'calendar-one-frame-setup "cal-x" 1357(autoload 'calendar-one-frame-setup "cal-x"
1355 "Start calendar and display it in a dedicated frame together with the diary.") 1358 "Start calendar and display it in a dedicated frame together with the diary.")
1356 1359