emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/paths.el
Date: Tue, 26 Feb 2002 16:56:12 -0500

Index: emacs/lisp/paths.el
diff -c emacs/lisp/paths.el:1.61 emacs/lisp/paths.el:1.62
*** emacs/lisp/paths.el:1.61    Sun Jul 15 12:15:34 2001
--- emacs/lisp/paths.el Tue Feb 26 16:56:12 2002
***************
*** 189,195 ****
     ((file-exists-p "/bin/rcmd") "/bin/rcmd")
     ((file-exists-p "/bin/rsh") "/bin/rsh")
     ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh")
!    (t "rsh")))
  
  (defconst term-file-prefix (if (eq system-type 'vax-vms) "[.term]" "term/") "\
  If non-nil, Emacs startup does (load (concat term-file-prefix (getenv 
\"TERM\")))
--- 189,196 ----
     ((file-exists-p "/bin/rcmd") "/bin/rcmd")
     ((file-exists-p "/bin/rsh") "/bin/rsh")
     ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh")
!    (t "rsh"))
!   "File name for remote-shell program (often rsh or remsh).")
  
  (defconst term-file-prefix (if (eq system-type 'vax-vms) "[.term]" "term/") "\
  If non-nil, Emacs startup does (load (concat term-file-prefix (getenv 
\"TERM\")))



reply via email to

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