1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +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:
Po Lu 2024-04-01 21:12:49 +08:00
parent 7970f6bcfc
commit 123bfc2779

View File

@ -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.")