Handle and document that `delete-frame' may call functions in `delete-frame-functions...
authorKaroly Lorentey <lorentey@elte.hu>
Wed, 6 Jul 2005 01:41:56 +0000 (01:41 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Wed, 6 Jul 2005 01:41:56 +0000 (01:41 +0000)
commite519a50bf7b0d7074f07ce492abb3cd544f79f59
tree7efd8903ced9bdd6829caf0c3ef45d0ce46d5af5
parent626ea340bcdbe7ea4ea17b67ead430f2037ac69c
Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice.

* src/frame.c (syms_of_frame): Add warning to `delete-frame-functions' description.

* lisp/frame.el (terminal-handle-delete-frame): Check that the frame is alive.
* lisp/server.el (server-handle-delete-frame): Ditto.  Remove bogus comment.

git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-375
lisp/frame.el
lisp/server.el
src/frame.c