/[tramp]/tramp/lisp/tramp.el
ViewVC logotype

Diff of /tramp/lisp/tramp.el

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

revision 2.319 by kai, Tue Jun 24 19:23:09 2003 UTC revision 2.320 by kai, Fri Jun 27 15:23:14 2003 UTC
# Line 806  This variable is only used when Tramp ne Line 806  This variable is only used when Tramp ne
806  for tilde expansion.  The extra arguments should typically prevent the  for tilde expansion.  The extra arguments should typically prevent the
807  shell from reading its init file."  shell from reading its init file."
808    :group 'tramp    :group 'tramp
809    :type '(alist :key-type string :value-type string))    :type (if (featurep 'xemacs)
810                '(repeat (cons string string))
811              '(alist :key-type string :value-type string)))
812    
813  (defcustom tramp-prefix-format  (defcustom tramp-prefix-format
814    (if tramp-unified-filenames "/" "/[")    (if tramp-unified-filenames "/" "/[")

Legend:
Removed from v.2.319  
changed lines
  Added in v.2.320

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