summaryrefslogtreecommitdiff
path: root/lisp/calendar/calendar.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar/calendar.el')
-rw-r--r--lisp/calendar/calendar.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 2baa01f9d5a..1e988c2712f 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -212,8 +212,7 @@ update the calendar display to reflect the change, otherwise
movement commands will not work correctly."
:type 'integer
;; Change the initialize so that if you reload calendar.el, it will not
- ;; cause a redraw (which may fail, e.g. with "invalid byte-code in
- ;; calendar.elc" because of the "byte-compile-dynamic").
+ ;; cause a redraw.
:initialize 'custom-initialize-default
:set (lambda (sym val)
(set sym val)
@@ -2666,8 +2665,4 @@ If called by a mouse-event, pops up a menu with the result."
(provide 'calendar)
-;; Local variables:
-;; byte-compile-dynamic: t
-;; End:
-
;;; calendar.el ends here