]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cus-edit.el (custom-display): Add `android' display type.
authorPo Lu <luangruo@yahoo.com>
Thu, 20 Jul 2023 11:52:44 +0000 (19:52 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 20 Jul 2023 11:52:44 +0000 (19:52 +0800)
lisp/cus-edit.el

index fda44ff6a3b7caa2d45e2f1e663176fd4260fbb7..c4328d60093484fe4e7ff139d2702141b119dc77 100644 (file)
@@ -3538,6 +3538,10 @@ Pure-GTK interface.")
                                           :sibling-args (:help-echo "\
 Haiku interface.")
                                           haiku)
+                                    (const :format "Android "
+                                          :sibling-args (:help-echo "\
+Android interface.")
+                                          android)
                                    (const :format "DOS "
                                           :sibling-args (:help-echo "\
 Plain MS-DOS.")