* OK for Emacs 29?
[not found] <87zg3r3w2g.fsf.ref@yahoo.com>
@ 2023-07-20 7:01 ` Po Lu
2023-07-20 7:39 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Po Lu @ 2023-07-20 7:01 UTC (permalink / raw)
To: emacs-devel
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.")
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: OK for Emacs 29?
2023-07-20 7:01 ` OK for Emacs 29? Po Lu
@ 2023-07-20 7:39 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-07-20 7:39 UTC (permalink / raw)
To: Po Lu; +Cc: emacs-devel
> From: Po Lu <luangruo@yahoo.com>
> Date: Thu, 20 Jul 2023 15:01:59 +0800
>
> Is the following fix for a typo and an ommission OK for the release
> branch?
Yes, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-20 7:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87zg3r3w2g.fsf.ref@yahoo.com>
2023-07-20 7:01 ` OK for Emacs 29? Po Lu
2023-07-20 7:39 ` Eli Zaretskii
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.