diff options
author | Daniel Colascione <dancol@dancol.org> | 2018-06-11 16:54:23 -0700 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2018-06-11 16:54:23 -0700 |
commit | 0626d5aba518a6d22ffacd7a1e3f4c70d7248e5f (patch) | |
tree | 8ed6504f2530faa7ed7cd768181cb5fabfc00700 /lisp/emacs-lisp | |
parent | 4ff438a45a5d3e380622ceaf4b9aa93cf89be4c8 (diff) | |
download | emacs-0626d5aba518a6d22ffacd7a1e3f4c70d7248e5f.tar.gz emacs-0626d5aba518a6d22ffacd7a1e3f4c70d7248e5f.tar.bz2 emacs-0626d5aba518a6d22ffacd7a1e3f4c70d7248e5f.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions