Variable: calendar-split-width-threshold
calendar-split-width-threshold is a customizable variable defined in
calendar.el.gz.
Value
nil
Documentation
Value to use for split-width-threshold when creating a calendar.
This only affects frames wider than the default value of
split-width-threshold.
This variable was added, or its default value changed, in Emacs 23.2.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
;; See discussion in bug#1806.
(defcustom calendar-split-width-threshold nil
"Value to use for `split-width-threshold' when creating a calendar.
This only affects frames wider than the default value of
`split-width-threshold'."
:type '(choice (const nil)
(integer))
:version "23.2"
:group 'calendar)