From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Subject: OK for Emacs 29?
Date: Thu, 20 Jul 2023 15:01:59 +0800 [thread overview]
Message-ID: <87zg3r3w2g.fsf@yahoo.com> (raw)
In-Reply-To: 87zg3r3w2g.fsf.ref@yahoo.com
Is the following fix for a typo and an ommission OK for the release
branch?
2023-07-20 Po Lu <luangruo@yahoo.com>
* lisp/cus-edit.el (custom-display): Add missing display
types.
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index d0eba71e754..fda44ff6a3b 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -3533,7 +3533,11 @@ 'custom-display
(const :format "PGTK "
:sibling-args (:help-echo "\
Pure-GTK interface.")
- ns)
+ pgtk)
+ (const :format "Haiku "
+ :sibling-args (:help-echo "\
+Haiku interface.")
+ haiku)
(const :format "DOS "
:sibling-args (:help-echo "\
Plain MS-DOS.")
next parent reply other threads:[~2023-07-20 7:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87zg3r3w2g.fsf.ref@yahoo.com>
2023-07-20 7:01 ` Po Lu [this message]
2023-07-20 7:39 ` OK for Emacs 29? Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zg3r3w2g.fsf@yahoo.com \
--to=luangruo@yahoo.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.