emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 123bfc2779d 2/2: Correct custom type in tramp-androidsu.el


From: Po Lu
Subject: master 123bfc2779d 2/2: Correct custom type in tramp-androidsu.el
Date: Mon, 1 Apr 2024 09:13:40 -0400 (EDT)

branch: master
commit 123bfc2779d52acfdb18e7fe64577645e227e1c2
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]