aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-26 23:15:08 +0000
committerLuc Teirlinck2005-04-26 23:15:08 +0000
commit980cc24722e345b6f79a287957efaec4cf42c25c (patch)
tree41d691f67dbec4cbd1a568d6626e04698795370c
parentd7210472aa363871637970646de32bd9dc9f78ab (diff)
downloademacs-980cc24722e345b6f79a287957efaec4cf42c25c.tar.gz
emacs-980cc24722e345b6f79a287957efaec4cf42c25c.zip
(nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):
comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp.
-rw-r--r--lisp/net/net-utils.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el
index 581a070134d..4a54702643a 100644
--- a/lisp/net/net-utils.el
+++ b/lisp/net/net-utils.el
@@ -160,7 +160,7 @@ These options can be used to limit how many ICMP packets are emitted."
160 "Regexp to match the nslookup prompt. 160 "Regexp to match the nslookup prompt.
161 161
162This variable is only used if the variable 162This variable is only used if the variable
163`comint-use-prompt-regexp-instead-of-fields' is non-nil." 163`comint-use-prompt-regexp' is non-nil."
164 :group 'net-utils 164 :group 'net-utils
165 :type 'regexp) 165 :type 'regexp)
166 166
@@ -183,7 +183,7 @@ This variable is only used if the variable
183 "Regexp which matches the FTP program's prompt. 183 "Regexp which matches the FTP program's prompt.
184 184
185This variable is only used if the variable 185This variable is only used if the variable
186`comint-use-prompt-regexp-instead-of-fields' is non-nil." 186`comint-use-prompt-regexp' is non-nil."
187 :group 'net-utils 187 :group 'net-utils
188 :type 'regexp) 188 :type 'regexp)
189 189
@@ -201,7 +201,7 @@ This variable is only used if the variable
201 "Regexp which matches the smbclient program's prompt. 201 "Regexp which matches the smbclient program's prompt.
202 202
203This variable is only used if the variable 203This variable is only used if the variable
204`comint-use-prompt-regexp-instead-of-fields' is non-nil." 204`comint-use-prompt-regexp' is non-nil."
205 :group 'net-utils 205 :group 'net-utils
206 :type 'regexp) 206 :type 'regexp)
207 207