Mercurial > emacs
changeset 3080:cc39a490e593
(Fx_open_connection): Set xrm_option correctly.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 May 1993 15:36:47 +0000 |
parents | 7c17d7f9d242 |
children | 63c51f1e885b |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Tue May 25 14:15:52 1993 +0000 +++ b/src/xfns.c Tue May 25 15:36:47 1993 +0000 @@ -3476,7 +3476,7 @@ if (!EQ (xrm_string, Qnil)) { CHECK_STRING (xrm_string, 1); - xrm_option = (unsigned char *) XSTRING (xrm_string); + xrm_option = (unsigned char *) XSTRING (xrm_string)->data; } else xrm_option = (unsigned char *) 0;