# HG changeset patch # User Karl Heuer # Date 762716372 0 # Node ID 9a33af7247e29f8bd534727067c9dd5c12505890 # Parent 16fdee72722b55e60b07c009636f3067e1b53e43 Use add-hook instead of setq. diff -r 16fdee72722b -r 9a33af7247e2 lisp/calendar/appt.el --- a/lisp/calendar/appt.el Thu Mar 03 17:35:55 1994 +0000 +++ b/lisp/calendar/appt.el Thu Mar 03 17:39:32 1994 +0000 @@ -568,7 +568,7 @@ (setq conv-time (+ (* hr 60) min)) conv-time)) -(setq display-time-hook 'appt-check) +(add-hook 'display-time-hook 'appt-check) ;;; appt.el ends here