summaryrefslogtreecommitdiff
path: root/lisp/net/net-utils.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-25 10:43:25 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-25 10:43:25 +0000
commitad21495fd3fa17e0cece066a42eef3c5d1cd9f7e (patch)
tree3dadffa1bcf62723f223855381494f4e0b917eb1 /lisp/net/net-utils.el
parentb4c4516263a5a31222ce369e706ac04b0a2b862f (diff)
downloademacs-ad21495fd3fa17e0cece066a42eef3c5d1cd9f7e.tar.gz
Fix previous change.
Diffstat (limited to 'lisp/net/net-utils.el')
-rw-r--r--lisp/net/net-utils.el4
1 files 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 <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)