emacs-diffs
[Top][All Lists]
Advanced

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

feature/android 9032d2178dc 3/4: * lisp/cus-edit.el (custom-display): Ad


From: Po Lu
Subject: feature/android 9032d2178dc 3/4: * lisp/cus-edit.el (custom-display): Add `android' display type.
Date: Thu, 20 Jul 2023 08:07:50 -0400 (EDT)

branch: feature/android
commit 9032d2178dc46e8963d0c6d8f7252b6d2cd64e08
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * lisp/cus-edit.el (custom-display): Add `android' display type.
---
 lisp/cus-edit.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index fda44ff6a3b..c4328d60093 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -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.")



reply via email to

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