]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_new_font): Don't keep looping after the FONT property.
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 04:45:04 +0000 (04:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 04:45:04 +0000 (04:45 +0000)
src/xterm.c

index 9851b9bb3ff57097487a5a59ab0b39b659acec88..5e1c7353001c8569799a6160486b9c18b219d33c 100644 (file)
@@ -4585,6 +4585,8 @@ x_new_font (f, fontname)
 
              if (dashes >= 13)
                full_name = name;
+
+             break;
            }
 
          XFree (atom);