(provide 'dbus) (provide 'wid-edit) (provide 'cus-edit) (provide 'tramp-integration) (provide 'esh-util) (provide 'esh-module) (provide 'em-unix) (provide 'eudc) (provide 'eudcb-mab) (provide 'tramp-gvfs) (provide 'tramp-adb) (provide 'secrets) (provide 'eudcb-bbdb) (provide 'eudcb-ldap) (provide 'tramp-archive) (provide 'wid-browse) (provide 'battery) (provide 'f90) (provide 'fortran) (provide 'eudcb-macos-contacts) (eval-and-compile ;; So it's also available in tramp-loaddefs.el! (defvar tramp--startup-hook nil "Forms to be executed at the end of tramp.el.") (put 'tramp--startup-hook 'tramp-suppress-trace t) (defmacro tramp--with-startup (&rest body) "Schedule BODY to be executed at the end of tramp.el." `(add-hook 'tramp--startup-hook (lambda () ,@body))))