annotate src/s/riscos5.h @ 83444:00c55c52afd8
Make all frames created in an emacsclient session belong to that client.
* 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.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-484
author |
Karoly Lorentey <lorentey@elte.hu> |
date |
Mon, 02 Jan 2006 07:50:53 +0000 |
parents |
695cf19ef79e |
children |
375f2633d815 |
rev |
line source |
12896
|
1 #include "bsd4-3.h"
|
|
2
|
|
3 /* This file has changes that Jost Krieger <x920031@rubb.rz.ruhr-uni-bochum.de>
|
|
4 says are necessary. */
|
|
5
|
|
6 /* No declaration in system header files. */
|
|
7 extern double atof ();
|
|
8
|
|
9 #define LD_SWITCH_SYSTEM -non_shared
|
|
10
|
|
11 #define GETPGRP_NO_ARG
|
52401
|
12
|
|
13 /* arch-tag: e8ddf21d-72a0-476d-b33e-364f8b20e3b7
|
|
14 (do not change this comment) */
|