/[emacs]/emacs/lisp/paths.el
ViewVC logotype

Diff of /emacs/lisp/paths.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by pj, Sun Jul 15 16:15:34 2001 UTC revision 1.62 by rms, Tue Feb 26 21:56:12 2002 UTC
# Line 189  Its name should end with a slash.") Line 189  Its name should end with a slash.")
189     ((file-exists-p "/bin/rcmd") "/bin/rcmd")     ((file-exists-p "/bin/rcmd") "/bin/rcmd")
190     ((file-exists-p "/bin/rsh") "/bin/rsh")     ((file-exists-p "/bin/rsh") "/bin/rsh")
191     ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh")     ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh")
192     (t "rsh")))     (t "rsh"))
193      "File name for remote-shell program (often rsh or remsh).")
194    
195  (defconst term-file-prefix (if (eq system-type 'vax-vms) "[.term]" "term/") "\  (defconst term-file-prefix (if (eq system-type 'vax-vms) "[.term]" "term/") "\
196  If non-nil, Emacs startup does (load (concat term-file-prefix (getenv \"TERM\")))  If non-nil, Emacs startup does (load (concat term-file-prefix (getenv \"TERM\")))

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26