Mercurial > hg > xemacs-beta
comparison src/gutter.c @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 1ccc32a20af4 |
children | 183866b06e0b |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
1391 | 1391 |
1392 fb = Qnil; | 1392 fb = Qnil; |
1393 #ifdef HAVE_TTY | 1393 #ifdef HAVE_TTY |
1394 fb = Fcons (Fcons (list1 (Qtty), Qautodetect), fb); | 1394 fb = Fcons (Fcons (list1 (Qtty), Qautodetect), fb); |
1395 #endif | 1395 #endif |
1396 #ifdef HAVE_GTK | |
1397 fb = Fcons (Fcons (list1 (Qgtk), Qautodetect), fb); | |
1398 #endif | |
1396 #ifdef HAVE_X_WINDOWS | 1399 #ifdef HAVE_X_WINDOWS |
1397 fb = Fcons (Fcons (list1 (Qx), Qautodetect), fb); | 1400 fb = Fcons (Fcons (list1 (Qx), Qautodetect), fb); |
1398 #endif | 1401 #endif |
1399 #ifdef HAVE_MS_WINDOWS | 1402 #ifdef HAVE_MS_WINDOWS |
1400 fb = Fcons (Fcons (list1 (Qmsprinter), Qautodetect), fb); | 1403 fb = Fcons (Fcons (list1 (Qmsprinter), Qautodetect), fb); |
1407 #ifdef HAVE_TTY | 1410 #ifdef HAVE_TTY |
1408 fb = Fcons (Fcons (list1 (Qtty), Qautodetect), fb); | 1411 fb = Fcons (Fcons (list1 (Qtty), Qautodetect), fb); |
1409 #endif | 1412 #endif |
1410 #ifdef HAVE_X_WINDOWS | 1413 #ifdef HAVE_X_WINDOWS |
1411 fb = Fcons (Fcons (list1 (Qx), Qautodetect), fb); | 1414 fb = Fcons (Fcons (list1 (Qx), Qautodetect), fb); |
1415 #endif | |
1416 #ifdef HAVE_GTK | |
1417 fb = Fcons (Fcons (list1 (Qgtk), Qautodetect), fb); | |
1412 #endif | 1418 #endif |
1413 #ifdef HAVE_MS_WINDOWS | 1419 #ifdef HAVE_MS_WINDOWS |
1414 fb = Fcons (Fcons (list1 (Qmsprinter), Qautodetect), fb); | 1420 fb = Fcons (Fcons (list1 (Qmsprinter), Qautodetect), fb); |
1415 fb = Fcons (Fcons (list1 (Qmswindows), Qautodetect), fb); | 1421 fb = Fcons (Fcons (list1 (Qmswindows), Qautodetect), fb); |
1416 #endif | 1422 #endif |