From: Richard M. Stallman Date: Fri, 14 Oct 1994 04:45:04 +0000 (+0000) Subject: (x_new_font): Don't keep looping after the FONT property. X-Git-Tag: emacs-19.34~6328 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ed24d5a1474b5174f6747a3e9917b5f28cc5883;p=emacs.git (x_new_font): Don't keep looping after the FONT property. --- 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);