1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/doc
Daniel Colascione 0626d5aba5 Add after-delete-frame-functions
Instead of working around the behavior delete-frame-functions, just
add an after-delete-frame-functions hook.

* doc/lispref/frames.texi (Deleting Frames): Document
`after-delete-frame-functions'.

* etc/NEWS: Mention `after-delete-frame-functions'.

* lisp/frame.el (blink-cursor--should-blink):
(blink-cursor--rescan-frames, blink-frame-mode): Get rid of the
ugly ignored-frame parameter and switch from
`delete-frame-functions' to `after-delete-frame-functions'.

* src/frame.c (syms_of_frame): New variable
`after-delete-frame-functions'.
(delete_frame): Use it.
2018-06-11 16:54:23 -07:00
..
emacs Merge from emacs-26 2018-06-10 18:43:49 -04:00
lispintro Merge from origin/emacs-26 2018-06-02 10:29:37 -07:00
lispref Add after-delete-frame-functions 2018-06-11 16:54:23 -07:00
man Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
misc Merge from emacs-26 2018-06-10 18:43:49 -04:00