Fix last change in tramp-androidsu.el
This commit is contained in:
parent
f60e5f1874
commit
d0b36be59a
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue