Function: network-stream--capability-command

network-stream--capability-command is a byte-compiled function defined in network-stream.el.gz.

Signature

(network-stream--capability-command COMMAND GREETING)

Source Code

;; Defined in /usr/src/emacs/lisp/net/network-stream.el.gz
(defun network-stream--capability-command (command greeting)
  (if (functionp command)
      (funcall command greeting)
    command))