Mercurial > emacs
comparison lisp/calendar/appt.el @ 62127:6f7f5354c3ee
(top-level): No longer activate on load.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 06 May 2005 20:42:20 +0000 |
parents | b9677b0e5e91 |
children | a7e02ef1e3d6 62afea0771d8 |
comparison
equal
deleted
inserted
replaced
62126:f892f6a40629 | 62127:6f7f5354c3ee |
---|---|
686 global-mode-string | 686 global-mode-string |
687 (append global-mode-string '(appt-mode-string))) | 687 (append global-mode-string '(appt-mode-string))) |
688 (appt-check t)))) | 688 (appt-check t)))) |
689 | 689 |
690 | 690 |
691 ;; This is needed for backwards compatibility. Feh. | |
692 (appt-activate 1) | |
693 | |
694 | |
695 (provide 'appt) | 691 (provide 'appt) |
696 | 692 |
697 ;;; arch-tag: bf5791c4-8921-499e-a26f-772b1788d347 | 693 ;;; arch-tag: bf5791c4-8921-499e-a26f-772b1788d347 |
698 ;;; appt.el ends here | 694 ;;; appt.el ends here |