diff options
| -rw-r--r-- | lisp/net/net-utils.el | 4 |
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) |