From: Pavel Janík Date: Tue, 25 Dec 2001 10:43:25 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~17494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad21495fd3fa17e0cece066a42eef3c5d1cd9f7e;p=emacs.git Fix previous change. --- diff --git a/lisp/net/net-utils.el b/lisp/net/net-utils.el index 057e8cbee0b..497b74df32a 100644 --- a/lisp/net/net-utils.el +++ b/lisp/net/net-utils.el @@ -5,7 +5,7 @@ ;; Author: Peter Breton ;; 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)