/[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.263 by kai, Mon Dec 23 14:03:44 2002 UTC revision 2.264 by kai, Thu Jan 2 10:59:25 2003 UTC
# Line 125  Line 125 
125  (unless (boundp 'custom-print-functions)  (unless (boundp 'custom-print-functions)
126    (defvar custom-print-functions nil))  ; not autoloaded before Emacs 20.4    (defvar custom-print-functions nil))  ; not autoloaded before Emacs 20.4
127    
128    ;; Avoid bytecompiler warnings if the byte-compiler supports this.
129    ;; Currently, XEmacs supports this.
130    (eval-when-compile
131      (when (fboundp 'byte-compiler-options)
132        (byte-compiler-options (warnings (- unused-vars)))))
133    
134  ;; XEmacs is distributed with few Lisp packages.  Further packages are  ;; XEmacs is distributed with few Lisp packages.  Further packages are
135  ;; installed using EFS.  If we use a unified filename format, then  ;; installed using EFS.  If we use a unified filename format, then
136  ;; Tramp is required in addition to EFS.  (But why can't Tramp just  ;; Tramp is required in addition to EFS.  (But why can't Tramp just

Legend:
Removed from v.2.263  
changed lines
  Added in v.2.264

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