X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Faproxy.rb;h=90c80bac44698ca118b5401e5e0a036d4994a6d9;hb=HEAD;hp=df88f9456450a97904e0e2320f6a624654729d80;hpb=63ea7ab6dc97ca0d787509ae213455e7a0a2db0e;p=riece diff --git a/lisp/aproxy.rb b/lisp/aproxy.rb index df88f94..90c80ba 100644 --- a/lisp/aproxy.rb +++ b/lisp/aproxy.rb @@ -19,8 +19,8 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. require 'io/nonblock' require 'socket' @@ -38,7 +38,7 @@ class AProxy trap('STOP', 'IGNORE') trap('TSTP', 'IGNORE') socket = TCPSocket.new(@host, @port) - @out.write("NOTICE CONNECTED #{$$}\r\n") + $stdout.write("NOTICE CONNECTED #{$$}\r\n") wfds_in = [] buf = '' loop do