Function: frameset-filter-tty-to-GUI
frameset-filter-tty-to-GUI is a byte-compiled function defined in
frameset.el.gz.
Signature
(frameset-filter-tty-to-GUI CURRENT FILTERED PARAMETERS SAVING)
Documentation
Remove CURRENT when switching from tty to a graphic display.
For the meaning of CURRENT, FILTERED, PARAMETERS and SAVING,
see frameset-filter-alist.
Source Code
;; Defined in /usr/src/emacs/lisp/frameset.el.gz
(null (cdr frameset--target-display)))) ; to a tty
(defun frameset-filter-tty-to-GUI (_current _filtered parameters saving)
"Remove CURRENT when switching from tty to a graphic display.
For the meaning of CURRENT, FILTERED, PARAMETERS and SAVING,
see `frameset-filter-alist'."
(or saving
(not (frameset-switch-to-gui-p parameters))))