annotate src/s/windows95.h @ 83064:e7e9448cb3a0
Make emacsclient refuse to create a frame inside an Emacs term buffer.
lib-src/emacsclient.c (main): Exit with failure if the terminal type
is `eterm' (Emacs term buffer).
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-104
author |
Karoly Lorentey <lorentey@elte.hu> |
date |
Fri, 27 Feb 2004 14:10:47 +0000 |
parents |
695cf19ef79e |
children |
375f2633d815 |
rev |
line source |
11946
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff
changeset
|
1 /* System description file for Windows 95. */
|
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff
changeset
|
2
|
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff
changeset
|
3 #include "windowsnt.h"
|
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff
changeset
|
4
|
Geoff Voelker <voelker@cs.washington.edu>
parents:
diff
changeset
|
5 #define WINDOWS95
|
52401
|
6
|
|
7 /* arch-tag: 8a37be6f-312c-4b2a-919e-58a71a0fb4b3
|
|
8 (do not change this comment) */
|