Fix last change in tramp-androidsu.el

This commit is contained in:
Michael Albinus 2024-05-07 19:44:19 +02:00
parent f60e5f1874
commit d0b36be59a

View file

@ -94,8 +94,9 @@ may edit files belonging to any and all applications."
`(,tramp-androidsu-method nil ,tramp-root-id-string)))
;;;###tramp-autoload
(when (eq system-type 'android)
(tramp-enable-androidsu-method))
(tramp--with-startup
(when (eq system-type 'android)
(tramp-enable-androidsu-method)))
(defvar android-use-exec-loader) ; androidfns.c.