Mercurial > hg > xemacs-beta
diff src/objects-tty.c @ 4359:df1f1f49ef70
Automated merge with file:/Sources/xemacs-21.5-checked-out
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Mon, 24 Dec 2007 15:04:01 +0100 |
| parents | 4143b78d0df0 |
| children | 3a87551bfeb5 |
line wrap: on
line diff
--- a/src/objects-tty.c Mon Dec 24 15:02:36 2007 +0100 +++ b/src/objects-tty.c Mon Dec 24 15:04:01 2007 +0100 @@ -347,7 +347,7 @@ fixup_internal_substring (nonreloc, reloc, offset, &length); the_nonreloc += offset; - if (UNBOUNDP (charset)) + if (NILP (charset)) return !memchr (the_nonreloc, '/', length); the_nonreloc = (const Ibyte *) memchr (the_nonreloc, '/', length); if (!the_nonreloc) @@ -379,7 +379,7 @@ return Qnil; } - if (UNBOUNDP (charset)) + if (NILP (charset)) return font; return concat3 (font, build_string ("/"),
