Merge from origin/emacs-29

b72f23a532 ; Fix 'desktop-restore-reuses-frames' customize values
This commit is contained in:
Jim Porter 2023-08-21 18:23:12 -07:00
commit 12d01caaef

View file

@ -455,7 +455,7 @@ If nil, deletes existing frames.
If `keep', keeps existing frames and does not reuse them."
:type '(choice (const :tag "Reuse existing frames" t)
(const :tag "Delete existing frames" nil)
(const :tag "Keep existing frames" :keep))
(const :tag "Keep existing frames" keep))
:group 'desktop
:version "24.4")