Variable: calendar-remove-frame-by-deleting
calendar-remove-frame-by-deleting is a customizable variable defined
in calendar.el.gz.
Value
t
Documentation
Determine how the calendar mode removes a frame no longer needed.
If nil, make an icon of the frame. If non-nil, delete the frame.
This variable was added, or its default value changed, in Emacs 23.1.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defcustom calendar-remove-frame-by-deleting t
"Determine how the calendar mode removes a frame no longer needed.
If nil, make an icon of the frame. If non-nil, delete the frame."
:type 'boolean
:version "23.1" ; changed from nil to t
:group 'view
:group 'calendar)