]> git.eshelyaron.com Git - emacs.git/commitdiff
Use add-hook instead of setq.
authorKarl Heuer <kwzh@gnu.org>
Thu, 3 Mar 1994 17:39:32 +0000 (17:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 3 Mar 1994 17:39:32 +0000 (17:39 +0000)
lisp/calendar/appt.el

index 02131a34add8b60cff0f60174c6008ab964d1f83..d616fae71d0aae5a512043f75f7617ee1a836463 100644 (file)
@@ -568,7 +568,7 @@ The time should be in either 24 hour format or am/pm format."
     (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