]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorPavel Janík <Pavel@Janik.cz>
Tue, 25 Dec 2001 10:43:25 +0000 (10:43 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 25 Dec 2001 10:43:25 +0000 (10:43 +0000)
lisp/net/net-utils.el

index 057e8cbee0bfe81251cf98422798d5ba167d0ff0..497b74df32a2b113b62c708b558f474bfb7e120d 100644 (file)
@@ -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 @@ from SEARCH-STRING.  With argument, prompt for whois server."
   (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)