Variable: calendar-load-hook

calendar-load-hook is a customizable variable defined in calendar.el.gz.

This variable is obsolete since 26.1; use with-eval-after-load instead.

Value

nil

Documentation

List of functions to be called after the calendar is first loaded.

This is the place to add key bindings to calendar-mode-map.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-load-hook nil
  "List of functions to be called after the calendar is first loaded.
This is the place to add key bindings to `calendar-mode-map'."
  :type 'hook
  :group 'calendar-hooks)