mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Correct custom type in tramp-androidsu.el
* lisp/net/tramp-androidsu.el (tramp-androidsu-remote-path): Set type to '(repeat string).
This commit is contained in:
parent
7970f6bcfc
commit
123bfc2779
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ may edit files belonging to any and all applications."
|
|||
"Directories in which to search for transfer programs and the like."
|
||||
:group 'tramp
|
||||
:version "30.1"
|
||||
:type '(list string))
|
||||
:type '(repeat string))
|
||||
|
||||
(defvar tramp-androidsu-su-mm-supported 'unknown
|
||||
"Whether `su -mm' is supported on this system.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue