diff options
author | Glenn Morris <rgm@gnu.org> | 2005-05-06 20:42:20 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2005-05-06 20:42:20 +0000 |
commit | c55a53fdbb8bccfd95cf2ab06693cfe0c5dad32c (patch) | |
tree | 3fe943c0656d25b7409ceefa80885725d624d2ac /lisp/calendar | |
parent | 860f2506dab44c68a00ec9d0c5bc31f768fbb112 (diff) | |
download | emacs-c55a53fdbb8bccfd95cf2ab06693cfe0c5dad32c.tar.gz |
(top-level): No longer activate on load.
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/appt.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 8ace0be910b..d007e5b4546 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -688,10 +688,6 @@ ARG is positive, otherwise off." (appt-check t)))) -;; This is needed for backwards compatibility. Feh. -(appt-activate 1) - - (provide 'appt) ;;; arch-tag: bf5791c4-8921-499e-a26f-772b1788d347 |