]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct custom type in tramp-androidsu.el
authorPo Lu <luangruo@yahoo.com>
Mon, 1 Apr 2024 13:12:49 +0000 (21:12 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Apr 2024 13:28:22 +0000 (15:28 +0200)
* lisp/net/tramp-androidsu.el (tramp-androidsu-remote-path): Set
type to '(repeat string).

(cherry picked from commit 123bfc2779d52acfdb18e7fe64577645e227e1c2)

lisp/net/tramp-androidsu.el

index 1ec9247cf3c2df352def4bbfea594698aba84f64..aa7871e6a332e2793017d62562e0031ab7df55f1 100644 (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.")