Mercurial > emacs
comparison src/xterm.c @ 9526:c84536ef5fa9
(x_new_font): Don't keep looping after the FONT property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 14 Oct 1994 04:45:04 +0000 |
parents | be58ba7c209d |
children | f025140f7ff7 |
comparison
equal
deleted
inserted
replaced
9525:6cd679419a9c | 9526:c84536ef5fa9 |
---|---|
4583 p++; | 4583 p++; |
4584 } | 4584 } |
4585 | 4585 |
4586 if (dashes >= 13) | 4586 if (dashes >= 13) |
4587 full_name = name; | 4587 full_name = name; |
4588 | |
4589 break; | |
4588 } | 4590 } |
4589 | 4591 |
4590 XFree (atom); | 4592 XFree (atom); |
4591 } | 4593 } |
4592 | 4594 |