diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-14 04:45:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-14 04:45:04 +0000 |
commit | 652b7fb6c031048cc210e148eae9f2225a421ff4 (patch) | |
tree | ff6d4a311f82a87a374717439a2e48ddb3e69f7f /src/xterm.c | |
parent | 32aa30f784741d71f2fc804f1e04ccf0d2c92b86 (diff) | |
download | emacs-652b7fb6c031048cc210e148eae9f2225a421ff4.tar.gz |
(x_new_font): Don't keep looping after the FONT property.
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 9851b9bb3ff..5e1c7353001 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -4585,6 +4585,8 @@ x_new_font (f, fontname) if (dashes >= 13) full_name = name; + + break; } XFree (atom); |