Revision: emacs--multi-tty--0--patch-375 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Wed Jul 6 03:41:56 CEST 2005 Standard-date: 2005-07-06 01:41:56 GMT Modified-files: lisp/frame.el lisp/server.el src/frame.c New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-375 Summary: Handle and document that `delete-frame' may call functions in `delete-frame-functions' twice. Keywords: * 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.