From 9018e77d44a663228b8b1e5015b8ba51a8cb87e5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 24 Sep 1997 16:29:05 +0000 Subject: [PATCH] (calendar-mode-map): Bind it to key. (cal-tex-cursor-filofax-daily): Autoload it. --- lisp/calendar/calendar.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 5936025e7cc..43f878d752b 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1709,6 +1709,12 @@ Weeks start on Monday. Diary entries are included if cal-tex-diary is t. Holidays are included if `cal-tex-holidays' is t.") +(autoload 'cal-tex-cursor-filofax-daily "cal-tex" + "Day-per-page Filofax style calendar for week indicated by cursor. +Optional prefix argument specifies number of weeks. Weeks start on Monday. +Diary entries are included if `cal-tex-diary' is t. +Holidays are included if `cal-tex-holidays' is t.") + (autoload 'cal-tex-cursor-year "cal-tex" "Make a buffer with LaTeX commands for a year's calendar. Optional prefix argument specifies number of years.") @@ -1953,6 +1959,7 @@ the inserted text. Value is always t." (define-key calendar-mode-map "tw2" 'cal-tex-cursor-week2) (define-key calendar-mode-map "tw3" 'cal-tex-cursor-week-iso) (define-key calendar-mode-map "tw4" 'cal-tex-cursor-week-monday) + (define-key calendar-mode-map "tfd" 'cal-tex-cursor-filofax-daily) (define-key calendar-mode-map "tfw" 'cal-tex-cursor-filofax-2week) (define-key calendar-mode-map "tfW" 'cal-tex-cursor-filofax-week) (define-key calendar-mode-map "tfy" 'cal-tex-cursor-filofax-year) -- 2.39.2