diff options
| author | Dmitry Antipov | 2013-09-11 20:03:42 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-11 20:03:42 +0400 |
| commit | 8d2db8be5bccf0d772e0690e612a1f499be4cb48 (patch) | |
| tree | ab8b4a127b6b2a703265f5b0fe675c151dbefcb3 /src/w32fns.c | |
| parent | 656bd483888ec1620eafdb4037f65af8fe0276ef (diff) | |
| download | emacs-8d2db8be5bccf0d772e0690e612a1f499be4cb48.tar.gz emacs-8d2db8be5bccf0d772e0690e612a1f499be4cb48.zip | |
* nsterm.m (syms_of_nsterm): Use Qns.
* w32fns.c (Fx_open_connection): Remove old '#if 0' code.
* w32term.c (w32_create_terminal, syms_of_w32term): Use Qw32.
* xfns.c (x_display_info_for_name, Fx_open_connection):
Remove old '#if 0' code.
(syms_of_xfns): Use Qx.
Diffstat (limited to 'src/w32fns.c')
| -rw-r--r-- | src/w32fns.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 58c63d959ef..a8b444e0409 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -5201,11 +5201,6 @@ terminate Emacs if we can't open the connection. | |||
| 5201 | if (! NILP (xrm_string)) | 5201 | if (! NILP (xrm_string)) |
| 5202 | CHECK_STRING (xrm_string); | 5202 | CHECK_STRING (xrm_string); |
| 5203 | 5203 | ||
| 5204 | #if 0 | ||
| 5205 | if (! EQ (Vwindow_system, intern ("w32"))) | ||
| 5206 | error ("Not using Microsoft Windows"); | ||
| 5207 | #endif | ||
| 5208 | |||
| 5209 | /* Allow color mapping to be defined externally; first look in user's | 5204 | /* Allow color mapping to be defined externally; first look in user's |
| 5210 | HOME directory, then in Emacs etc dir for a file called rgb.txt. */ | 5205 | HOME directory, then in Emacs etc dir for a file called rgb.txt. */ |
| 5211 | { | 5206 | { |