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/rlogin.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/net/rlogin.el
Date: Tue, 06 May 2003 13:46:29 -0400

Index: emacs/lisp/net/rlogin.el
diff -c emacs/lisp/net/rlogin.el:1.3 emacs/lisp/net/rlogin.el:1.4
*** emacs/lisp/net/rlogin.el:1.3        Thu Mar 14 06:51:47 2002
--- emacs/lisp/net/rlogin.el    Tue May  6 13:46:28 2003
***************
*** 6,12 ****
  ;; Maintainer: Noah Friedman <address@hidden>
  ;; Keywords: unix, comm
  
! ;; $Id: rlogin.el,v 1.3 2002/03/14 11:51:47 miles Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Maintainer: Noah Friedman <address@hidden>
  ;; Keywords: unix, comm
  
! ;; $Id: rlogin.el,v 1.4 2003/05/06 17:46:28 lektu Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 71,78 ****
                  (string-match "-solaris2" system-configuration))
             t)
            (t nil)))
!   "*If non-`nil', use a pty for the local rlogin process.
! If `nil', use a pipe (if pipes are supported on the local system).
  
  Generally it is better not to waste ptys on systems which have a static
  number of them.  On the other hand, some implementations of `rlogin' assume
--- 71,78 ----
                  (string-match "-solaris2" system-configuration))
             t)
            (t nil)))
!   "*If non-nil, use a pty for the local rlogin process.
! If nil, use a pipe (if pipes are supported on the local system).
  
  Generally it is better not to waste ptys on systems which have a static
  number of them.  On the other hand, some implementations of `rlogin' assume




reply via email to

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