1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 07:20:35 -08:00
emacs/doc
Stéphane Marks 51498a88cf Add frame parameters 'cloned-from' and 'undeleted' (bug#80104)
* lisp/frame.el (clone-frame): Set the frame parameter
'cloned-from'.
(undelete-frame): Set the frame parameter 'undeleted'.
* src/frame.c (syms_of_frame): <Qcloned_from> <Qundeleted>: New
DEFSYM.
(syms_of_frame): Add 'Qcloned_from' and 'Qundeleted' to
'frame_internal_parameters'.
* doc/lispref/frames.texi: Document these frame parameters.
* etc/NEWS: Announce the new frame parameters.
2026-01-03 09:28:03 +01:00
..
emacs ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
lispintro ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
lispref Add frame parameters 'cloned-from' and 'undeleted' (bug#80104) 2026-01-03 09:28:03 +01:00
man ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
misc ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
translations ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00