Revision: emacs--multi-tty--0--patch-484 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Mon Jan 2 08:50:53 CET 2006 Standard-date: 2006-01-02 07:50:53 GMT Modified-files: lisp/frame.el lisp/server.el lisp/startup.el New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-484 Summary: Make all frames created in an emacsclient session belong to that client. Keywords: * lisp/frame.el (make-frame): Also inherit 'client parameter. Don't override explicitly specified values with inherited ones. * server.el (server-delete-client): Delete frames after deleting the tty. Clear 'client parameter before deleting a frame. * server.el (server-handle-delete-frame): Delete the client if this was its last frame. * startup.el (fancy-splash-default-action): Fix typo in comment.