emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/net-utils.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/net/net-utils.el
Date: Tue, 25 Dec 2001 05:43:25 -0500

Index: emacs/lisp/net/net-utils.el
diff -c emacs/lisp/net/net-utils.el:1.11 emacs/lisp/net/net-utils.el:1.12
*** emacs/lisp/net/net-utils.el:1.11    Mon Dec 24 15:17:47 2001
--- emacs/lisp/net/net-utils.el Tue Dec 25 05:43:25 2001
***************
*** 5,11 ****
  ;; Author:  Peter Breton <address@hidden>
  ;; Created: Sun Mar 16 1997
  ;; Keywords: network communications
! ;; Time-stamp: <2001-07-15 00:34:52 pavel>
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author:  Peter Breton <address@hidden>
  ;; Created: Sun Mar 16 1997
  ;; Keywords: network communications
! ;; Time-stamp: <2001-12-25 11:44:47 pavel>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 781,787 ****
    (make-local-variable 'network-connection-host)
    (setq network-connection-host host)
    (make-local-variable 'network-connection-service)
!   (setq network-connection-service service)))
  
  ;;;###autoload
  (defun network-connection-to-service (host service)
--- 781,787 ----
    (make-local-variable 'network-connection-host)
    (setq network-connection-host host)
    (make-local-variable 'network-connection-service)
!   (setq network-connection-service service))
  
  ;;;###autoload
  (defun network-connection-to-service (host service)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]