(command (plist-get args :command))
(coding (plist-get args :coding))
(noquery (plist-get args :noquery))
- (stop (plist-get args :stop))
(connection-type (plist-get args :connection-type))
(filter (plist-get args :filter))
(sentinel (plist-get args :sentinel))
;; Send the command.
(let* ((p (tramp-get-connection-process v)))
(tramp-adb-send-command v command nil t) ; nooutput
- ;; Stop process if indicated.
- (when stop
- (stop-process p))
;; Set sentinel and filter.
(when sentinel
(set-process-sentinel p sentinel))
(command (plist-get args :command))
(coding (plist-get args :coding))
(noquery (plist-get args :noquery))
- (stop (plist-get args :stop))
(connection-type (plist-get args :connection-type))
(filter (plist-get args :filter))
(sentinel (plist-get args :sentinel))
v 'file-error
"pty association is not supported for `%s'"
name))))
- ;; Stop process if indicated.
- (when stop
- (stop-process p))
;; Set sentinel and filter.
(when sentinel
(set-process-sentinel p sentinel))