aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorPavel Janík2001-12-25 10:43:25 +0000
committerPavel Janík2001-12-25 10:43:25 +0000
commitad21495fd3fa17e0cece066a42eef3c5d1cd9f7e (patch)
tree3dadffa1bcf62723f223855381494f4e0b917eb1 /lisp/net
parentb4c4516263a5a31222ce369e706ac04b0a2b862f (diff)
downloademacs-ad21495fd3fa17e0cece066a42eef3c5d1cd9f7e.tar.gz
emacs-ad21495fd3fa17e0cece066a42eef3c5d1cd9f7e.zip
Fix previous change.
Diffstat (limited to 'lisp/net')
-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 @@
5;; Author: Peter Breton <pbreton@cs.umb.edu> 5;; Author: Peter Breton <pbreton@cs.umb.edu>
6;; Created: Sun Mar 16 1997 6;; Created: Sun Mar 16 1997
7;; Keywords: network communications 7;; Keywords: network communications
8;; Time-stamp: <2001-07-15 00:34:52 pavel> 8;; Time-stamp: <2001-12-25 11:44:47 pavel>
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -781,7 +781,7 @@ from SEARCH-STRING. With argument, prompt for whois server."
781 (make-local-variable 'network-connection-host) 781 (make-local-variable 'network-connection-host)
782 (setq network-connection-host host) 782 (setq network-connection-host host)
783 (make-local-variable 'network-connection-service) 783 (make-local-variable 'network-connection-service)
784 (setq network-connection-service service))) 784 (setq network-connection-service service))
785 785
786;;;###autoload 786;;;###autoload
787(defun network-connection-to-service (host service) 787(defun network-connection-to-service (host service)