# HG changeset patch # User Richard M. Stallman # Date 1053355292 0 # Node ID 2c04067bcdc046b99bf174ed0eb421b427554506 # Parent c559952fe97292706688b5dcde49c584f3ce475b Comment change. diff -r c559952fe972 -r 2c04067bcdc0 src/emacs.c --- a/src/emacs.c Mon May 19 14:41:09 2003 +0000 +++ b/src/emacs.c Mon May 19 14:41:32 2003 +0000 @@ -602,7 +602,7 @@ {} void __do_global_dtors () {} -/* Linux has a bug in its library; avoid an error. */ +/* GNU/Linux has a bug in its library; avoid an error. */ #ifndef GNU_LINUX char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; #endif diff -r c559952fe972 -r 2c04067bcdc0 src/unexec.c --- a/src/unexec.c Mon May 19 14:41:09 2003 +0000 +++ b/src/unexec.c Mon May 19 14:41:32 2003 +0000 @@ -821,7 +821,7 @@ PERROR (new_name); } -#if 0 /* This #ifndef caused a bug on Linux when using QMAGIC. */ +#if 0 /* This #ifndef caused a bug on GNU/Linux when using QMAGIC. */ /* This adjustment was done above only #ifndef NO_REMAP, so only undo it now #ifndef NO_REMAP. */ /* #ifndef NO_REMAP */ diff -r c559952fe972 -r 2c04067bcdc0 src/xterm.c --- a/src/xterm.c Mon May 19 14:41:09 2003 +0000 +++ b/src/xterm.c Mon May 19 14:41:32 2003 +0000 @@ -8768,7 +8768,7 @@ (raise-frame f)) the frame is not raised with various window managers on - FreeBSD, Linux and Solaris. It turns out that, for some + FreeBSD, GNU/Linux and Solaris. It turns out that, for some unknown reason, the call to XtMapWidget is completely ignored. Mapping the widget a second time works. */