]> code.delx.au - gnu-emacs/blobdiff - lisp/net/tramp-gw.el
merge from trunk
[gnu-emacs] / lisp / net / tramp-gw.el
index f7c6eba40063b8d7d7e7a5ba6bb6aff9a0b66c4e..53dbdbc45d472f72ce4dc5d25e5b344669683ef9 100644 (file)
 
 (require 'tramp)
 
-;; Pacify byte-compiler
+;; Pacify byte-compiler.
 (eval-when-compile
   (require 'cl)
   (require 'custom))
-
-;; Avoid byte-compiler warnings if the byte-compiler supports this.
-;; Currently, XEmacs supports this.
-(eval-when-compile
-  (when (featurep 'xemacs)
-      (byte-compiler-options (warnings (- unused-vars)))))
+(defvar socks-noproxy)
 
 ;; We don't add the following methods to `tramp-methods', in order to
 ;; exclude them from file name completion.