Variable: smbclient-prompt-regexp

smbclient-prompt-regexp is a customizable variable defined in net-utils.el.gz.

Value

"^smb: >"

Documentation

Regexp which matches the smbclient program's prompt.

This variable is only used if the variable comint-use-prompt-regexp is non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
(defcustom smbclient-prompt-regexp "^smb: >"
  "Regexp which matches the smbclient program's prompt.

This variable is only used if the variable
`comint-use-prompt-regexp' is non-nil."
  :type  'regexp)