aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorChong Yidong2010-11-27 15:04:57 -0500
committerChong Yidong2010-11-27 15:04:57 -0500
commit07976ae3b816dea4fd541bbba862603d3132eb2c (patch)
tree4a437b7cb3abb01fb144530a130c991882a1b7f2 /lisp/net
parent9610796712a3bc43730c99005906571a2c0bccbd (diff)
parent402c8a49571227f8a4e678d4a6cdd6ba7841aef9 (diff)
downloademacs-07976ae3b816dea4fd541bbba862603d3132eb2c.tar.gz
emacs-07976ae3b816dea4fd541bbba862603d3132eb2c.zip
Merge changes from emacs-23 branch
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 10b3c7bd04c..789677ce643 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -331,9 +331,9 @@ empty string for the user name.
331 331
332See `tramp-methods' for a list of possibilities for METHOD." 332See `tramp-methods' for a list of possibilities for METHOD."
333 :group 'tramp 333 :group 'tramp
334 :type '(repeat (list (regexp :tag "Host regexp") 334 :type '(repeat (list (choice :tag "Host regexp" regexp sexp)
335 (regexp :tag "User regexp") 335 (choice :tag "User regexp" regexp sexp)
336 (string :tag "Method")))) 336 (choice :tag "Method name" string (const nil)))))
337 337
338(defcustom tramp-default-user nil 338(defcustom tramp-default-user nil
339 "*Default user to use for transferring files. 339 "*Default user to use for transferring files.
@@ -355,9 +355,9 @@ matches, the variable `tramp-default-user' takes effect.
355If the file name does not specify the method, lookup is done using the 355If the file name does not specify the method, lookup is done using the
356empty string for the method name." 356empty string for the method name."
357 :group 'tramp 357 :group 'tramp
358 :type '(repeat (list (regexp :tag "Method regexp") 358 :type '(repeat (list (choice :tag "Method regexp" regexp sexp)
359 (regexp :tag "Host regexp") 359 (choice :tag " Host regexp" regexp sexp)
360 (string :tag "User")))) 360 (choice :tag " User name" string (const nil)))))
361 361
362(defcustom tramp-default-host (system-name) 362(defcustom tramp-default-host (system-name)
363 "*Default host to use for transferring files. 363 "*Default host to use for transferring files.
@@ -382,7 +382,7 @@ interpreted as a regular expression which always matches."
382 :group 'tramp 382 :group 'tramp
383 :type '(repeat (list (choice :tag "Host regexp" regexp sexp) 383 :type '(repeat (list (choice :tag "Host regexp" regexp sexp)
384 (choice :tag "User regexp" regexp sexp) 384 (choice :tag "User regexp" regexp sexp)
385 (choice :tag "Proxy remote name" string (const nil))))) 385 (choice :tag " Proxy name" string (const nil)))))
386 386
387(defconst tramp-local-host-regexp 387(defconst tramp-local-host-regexp
388 (concat 388 (concat