diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-12 22:08:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-12 22:08:16 +0000 |
commit | 20eff79988aa227a0f89204fb59a364960199967 (patch) | |
tree | 3f78b2b94b64c6f73250d51268933feb258b1ca4 /lisp/calendar/cal-move.el | |
parent | 5ce0578820e5ee55fe21491213c21f75909b904f (diff) | |
download | emacs-20eff79988aa227a0f89204fb59a364960199967.tar.gz |
Require calendar.el.
Diffstat (limited to 'lisp/calendar/cal-move.el')
-rw-r--r-- | lisp/calendar/cal-move.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/cal-move.el b/lisp/calendar/cal-move.el index 8ec3295d77a..65aa7ae93ee 100644 --- a/lisp/calendar/cal-move.el +++ b/lisp/calendar/cal-move.el @@ -36,6 +36,8 @@ ;;; Code: +(require 'calendar) + (defun calendar-goto-today () "Reposition the calendar window so the current date is visible." (interactive) |