From fc9183db8edc7169091b63bdc1691a11f2ee2982 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 12 Mar 1994 01:55:02 +0000 Subject: [PATCH] Doc fix. --- lisp/calendar/appt.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 3590af47f6d..f27cdd22530 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -66,8 +66,7 @@ ;;; The following three lines are required: ;;; (display-time) ;;; (autoload 'appt-make-list "appt.el" nil t) -;;; (setq diary-display-hook -;;; (list 'appt-make-list 'prepare-fancy-diary-buffer)) +;;; (add-hook 'diary-hook 'appt-make-list) ;;; ;;; ;;; This is an example of what can be in your diary file: -- 2.39.5