From 123bfc2779d52acfdb18e7fe64577645e227e1c2 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 1 Apr 2024 21:12:49 +0800 Subject: [PATCH] Correct custom type in tramp-androidsu.el * lisp/net/tramp-androidsu.el (tramp-androidsu-remote-path): Set type to '(repeat string). --- lisp/net/tramp-androidsu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp-androidsu.el b/lisp/net/tramp-androidsu.el index 1ec9247cf3c..aa7871e6a33 100644 --- a/lisp/net/tramp-androidsu.el +++ b/lisp/net/tramp-androidsu.el @@ -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.")