Function: zone--restore-all-frame-configurations
zone--restore-all-frame-configurations is a byte-compiled function
defined in zone.el.gz.
Signature
(zone--restore-all-frame-configurations)
Documentation
Restore all of the saved frame configurations.
Source Code
;; Defined in /usr/src/emacs/lisp/play/zone.el.gz
(defun zone--restore-all-frame-configurations ()
"Restore all of the saved frame configurations."
(mapc #'zone--restore-frame-configuration
(mapcar #'car zone-frame-configuration-alist))
(setq zone-frame-configuration-alist nil)
(when (get-buffer zone-buffer-name)
(kill-buffer zone-buffer-name)))