comparison lisp/net/tramp.el @ 73879:c7668bf89917

(tramp-unified-filenames): Doc fix (Nil -> nil).
author Glenn Morris <rgm@gnu.org>
date Fri, 10 Nov 2006 09:10:07 +0000
parents 2889a065b1d4
children c411526ac6bb
comparison
equal deleted inserted replaced
73878:3f47174be57e 73879:c7668bf89917
111 ;; Tramp only knows how to deal with `file-name-handler-alist', not 111 ;; Tramp only knows how to deal with `file-name-handler-alist', not
112 ;; the other places. 112 ;; the other places.
113 ;;;###autoload 113 ;;;###autoload
114 (defvar tramp-unified-filenames (not (featurep 'xemacs)) 114 (defvar tramp-unified-filenames (not (featurep 'xemacs))
115 "Non-nil means to use unified Ange-FTP/Tramp filename syntax. 115 "Non-nil means to use unified Ange-FTP/Tramp filename syntax.
116 Nil means to use a separate filename syntax for Tramp.") 116 nil means to use a separate filename syntax for Tramp.")
117 117
118 ;; Load foreign methods. Because they do require Tramp internally, this 118 ;; Load foreign methods. Because they do require Tramp internally, this
119 ;; must be done with the `eval-after-load' trick. 119 ;; must be done with the `eval-after-load' trick.
120 120
121 ;; tramp-ftp supports Ange-FTP only. Not suited for XEmacs therefore. 121 ;; tramp-ftp supports Ange-FTP only. Not suited for XEmacs therefore.