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

Diff of /tramp/lisp/tramp-smb.el

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

revision 2.1 by albinus, Sun Oct 27 20:53:49 2002 UTC revision 2.2 by albinus, Sun Oct 27 21:35:08 2002 UTC
# Line 31  Line 31 
31    
32  (require 'tramp)  (require 'tramp)
33    
34    (eval-when-compile
35      (require 'cl)
36      (require 'custom)
37      ;; Emacs 19.34 compatibility hack -- is this needed?
38      (or (>= emacs-major-version 20)
39          (load "cl-seq")))
40    
41  (defvar tramp-use-smb nil  (defvar tramp-use-smb nil
42    "*Temporary variable to pretend SMB application as long as under development.    "*Temporary variable to pretend SMB application as long as under development.
43  Change it only if you know what you do.")  Change it only if you know what you do.")

Legend:
Removed from v.2.1  
changed lines
  Added in v.2.2

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