/[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.266 by albinus, Mon Jan 13 21:23:18 2003 UTC revision 2.267 by kai, Tue Jan 14 08:14:44 2003 UTC
# Line 1256  the visited file modtime.") Line 1256  the visited file modtime.")
1256  (make-variable-buffer-local 'tramp-buffer-file-attributes)  (make-variable-buffer-local 'tramp-buffer-file-attributes)
1257    
1258  (defvar tramp-md5-function  (defvar tramp-md5-function
1259    (cond ((fboundp 'md5) 'md5)    (cond ((and (require 'md5) (fboundp 'md5)) 'md5)
1260          ((and (require 'md5) (fboundp 'md5-encode)) 'md5-encode)          ((fboundp 'md5-encode)
1261             (lambda (x) (base64-encode-string (md5-encode x))))
1262          (t (error "Coulnd't find an `md5' function")))          (t (error "Coulnd't find an `md5' function")))
1263    "Function to call for running the MD5 algorithm.")    "Function to call for running the MD5 algorithm.")
1264    

Legend:
Removed from v.2.266  
changed lines
  Added in v.2.267

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