aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-14 04:45:04 +0000
committerRichard M. Stallman1994-10-14 04:45:04 +0000
commit8ed24d5a1474b5174f6747a3e9917b5f28cc5883 (patch)
treee491a39a592e9d67eb290503b151640e58771030 /src
parentc6987f0b9018e7ab5f3483ad33885999e82c4e43 (diff)
downloademacs-8ed24d5a1474b5174f6747a3e9917b5f28cc5883.tar.gz
emacs-8ed24d5a1474b5174f6747a3e9917b5f28cc5883.zip
(x_new_font): Don't keep looping after the FONT property.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
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)
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);