frame ; The frame that was opened for the client (if any).
display ; Open the frame on this display.
dontkill ; t if the client should not be killed.
- (commands ())
+ commands
dir
use-current-frame
- (tty-name nil) ;nil, `window-system', or the tty name.
- tty-type ;string.
- (files nil)
- (filepos nil)
+ tty-name ;nil, `window-system', or the tty name.
+ tty-type ;string.
+ files
+ filepos
command-line-args-left
arg)
;; Remove this line from STRING.
(if display (server-select-display display)))
((eq tty-name 'window-system)
(server-create-window-system-frame display nowait proc))
- (t (server-create-tty-frame tty-name tty-type proc))))
+ ;; When resuming on a tty, tty-name is nil.
+ (tty-name
+ (server-create-tty-frame tty-name tty-type proc))))
(process-put
proc 'continuation