comparison lisp/net/tramp.el @ 95067:e29bfedb7864

(top-level): Load auth-source when compiling.
author Glenn Morris <rgm@gnu.org>
date Sat, 17 May 2008 20:09:47 +0000
parents adc57176d5f1
children 926453fe3d68
comparison
equal deleted inserted replaced
95066:b4d5df9f90b3 95067:e29bfedb7864
85 (require 'password nil 'noerror))) ; from No Gnus, also in tar ball 85 (require 'password nil 'noerror))) ; from No Gnus, also in tar ball
86 86
87 (require 'shell) 87 (require 'shell)
88 (require 'advice) 88 (require 'advice)
89 89
90 (if (featurep 'xemacs) 90 (eval-and-compile
91 (load "auth-source" 'noerror) 91 (if (featurep 'xemacs)
92 (require 'auth-source nil 'noerror)) 92 (load "auth-source" 'noerror)
93 (require 'auth-source nil 'noerror)))
93 94
94 ;; Requiring 'tramp-cache results in an endless loop. 95 ;; Requiring 'tramp-cache results in an endless loop.
95 (autoload 'tramp-get-file-property "tramp-cache") 96 (autoload 'tramp-get-file-property "tramp-cache")
96 (autoload 'tramp-set-file-property "tramp-cache") 97 (autoload 'tramp-set-file-property "tramp-cache")
97 (autoload 'tramp-flush-file-property "tramp-cache") 98 (autoload 'tramp-flush-file-property "tramp-cache")