Mercurial > hg > xemacs-beta
comparison src/console-x.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
138 } | 138 } |
139 | 139 |
140 /* assert: display_arg is only set if we found the display | 140 /* assert: display_arg is only set if we found the display |
141 arg earlier so we can't fail to find it now. */ | 141 arg earlier so we can't fail to find it now. */ |
142 assert (disp_name != NULL); | 142 assert (disp_name != NULL); |
143 conn = build_ext_string (disp_name, FORMAT_CTEXT); | 143 conn = build_ext_string (disp_name, Qctext); |
144 free_argc_argv (argv); | 144 free_argc_argv (argv); |
145 return conn; | 145 return conn; |
146 } | 146 } |
147 else | 147 else |
148 return build_ext_string (XDisplayName (0), FORMAT_CTEXT); | 148 return build_ext_string (XDisplayName (0), Qctext); |
149 } | 149 } |
150 | 150 |
151 /* "semi-canonicalize" means convert to a nicer form for printing, but | 151 /* "semi-canonicalize" means convert to a nicer form for printing, but |
152 don't completely canonicalize (into some likely ugly form) */ | 152 don't completely canonicalize (into some likely ugly form) */ |
153 | 153 |