Mercurial > hg > xemacs-beta
diff src/device-x.c @ 1706:9fc738581a9d
[xemacs-hg @ 2003-09-22 03:21:12 by james]
Remove GNU DLD support, fix the C++ build, make eval-related functions visible
to modules, and fix minor Windows-related problems.
author | james |
---|---|
date | Mon, 22 Sep 2003 03:21:19 +0000 |
parents | e22b0213b713 |
children | a8d8f419b459 |
line wrap: on
line diff
--- a/src/device-x.c Sun Sep 21 21:52:23 2003 +0000 +++ b/src/device-x.c Mon Sep 22 03:21:19 2003 +0000 @@ -538,7 +538,7 @@ { /* Get a dll handle to the main process. */ - dll_handle xaw_dll_handle = dll_open (NULL); + dll_handle xaw_dll_handle = dll_open (Qnil); /* Did that fail? If so, continue without error. * We could die here but, well, that's unfriendly and all -- plus I feel