aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer1997-09-24 16:29:05 +0000
committerKarl Heuer1997-09-24 16:29:05 +0000
commit9018e77d44a663228b8b1e5015b8ba51a8cb87e5 (patch)
treebd75a51ee413824f230f44b85916797c8cf10790 /lisp
parentff3f9a42bcd550eee4346057b4f55b0c72b1c1ee (diff)
downloademacs-9018e77d44a663228b8b1e5015b8ba51a8cb87e5.tar.gz
emacs-9018e77d44a663228b8b1e5015b8ba51a8cb87e5.zip
(calendar-mode-map): Bind it to key.
(cal-tex-cursor-filofax-daily): Autoload it.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/calendar/calendar.el7
1 files changed, 7 insertions, 0 deletions
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.
1709Diary entries are included if cal-tex-diary is t. 1709Diary entries are included if cal-tex-diary is t.
1710Holidays are included if `cal-tex-holidays' is t.") 1710Holidays are included if `cal-tex-holidays' is t.")
1711 1711
1712(autoload 'cal-tex-cursor-filofax-daily "cal-tex"
1713 "Day-per-page Filofax style calendar for week indicated by cursor.
1714Optional prefix argument specifies number of weeks. Weeks start on Monday.
1715Diary entries are included if `cal-tex-diary' is t.
1716Holidays are included if `cal-tex-holidays' is t.")
1717
1712(autoload 'cal-tex-cursor-year "cal-tex" 1718(autoload 'cal-tex-cursor-year "cal-tex"
1713 "Make a buffer with LaTeX commands for a year's calendar. 1719 "Make a buffer with LaTeX commands for a year's calendar.
1714Optional prefix argument specifies number of years.") 1720Optional prefix argument specifies number of years.")
@@ -1953,6 +1959,7 @@ the inserted text. Value is always t."
1953 (define-key calendar-mode-map "tw2" 'cal-tex-cursor-week2) 1959 (define-key calendar-mode-map "tw2" 'cal-tex-cursor-week2)
1954 (define-key calendar-mode-map "tw3" 'cal-tex-cursor-week-iso) 1960 (define-key calendar-mode-map "tw3" 'cal-tex-cursor-week-iso)
1955 (define-key calendar-mode-map "tw4" 'cal-tex-cursor-week-monday) 1961 (define-key calendar-mode-map "tw4" 'cal-tex-cursor-week-monday)
1962 (define-key calendar-mode-map "tfd" 'cal-tex-cursor-filofax-daily)
1956 (define-key calendar-mode-map "tfw" 'cal-tex-cursor-filofax-2week) 1963 (define-key calendar-mode-map "tfw" 'cal-tex-cursor-filofax-2week)
1957 (define-key calendar-mode-map "tfW" 'cal-tex-cursor-filofax-week) 1964 (define-key calendar-mode-map "tfW" 'cal-tex-cursor-filofax-week)
1958 (define-key calendar-mode-map "tfy" 'cal-tex-cursor-filofax-year) 1965 (define-key calendar-mode-map "tfy" 'cal-tex-cursor-filofax-year)