projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60e5f1
)
Fix last change in tramp-androidsu.el
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 7 May 2024 17:44:19 +0000
(19:44 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 7 May 2024 17:44:19 +0000
(19:44 +0200)
lisp/net/tramp-androidsu.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-androidsu.el
b/lisp/net/tramp-androidsu.el
index 3dcee8e2f8a8e47048ac016fc61f5da6c1c58abe..09dcd4d7bed1b56ae2fea3b6cb823ba6e697e14e 100644
(file)
--- a/
lisp/net/tramp-androidsu.el
+++ b/
lisp/net/tramp-androidsu.el
@@
-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.