changeset 42310:3eb9f60af733

Fix previous change.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 25 Dec 2001 10:43:25 +0000
parents 3feccd9e57d6
children 4c8338cf29e9
files lisp/net/net-utils.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/net-utils.el	Tue Dec 25 10:36:14 2001 +0000
+++ b/lisp/net/net-utils.el	Tue Dec 25 10:43:25 2001 +0000
@@ -5,7 +5,7 @@
 ;; Author:  Peter Breton <pbreton@cs.umb.edu>
 ;; Created: Sun Mar 16 1997
 ;; Keywords: network communications
-;; Time-stamp: <2001-07-15 00:34:52 pavel>
+;; Time-stamp: <2001-12-25 11:44:47 pavel>
 
 ;; This file is part of GNU Emacs.
 
@@ -781,7 +781,7 @@
   (make-local-variable 'network-connection-host)
   (setq network-connection-host host)
   (make-local-variable 'network-connection-service)
-  (setq network-connection-service service)))
+  (setq network-connection-service service))
 
 ;;;###autoload
 (defun network-connection-to-service (host service)