From ad21495fd3fa17e0cece066a42eef3c5d1cd9f7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 25 Dec 2001 10:43:25 +0000 Subject: [PATCH] Fix previous change. --- lisp/net/net-utils.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2