]> git.eshelyaron.com Git - emacs.git/commitdiff
(set_lface_from_font_name): Fix incomplete merge.
authorGerd Moellmann <gerd@gnu.org>
Mon, 6 Dec 1999 21:23:20 +0000 (21:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 6 Dec 1999 21:23:20 +0000 (21:23 +0000)
src/ChangeLog
src/xfaces.c

index 6f0eba3af4890553570287a6f29013fcd36fd204..091604204d81c2a83640444701ed5b750205a10d 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-06  Gerd Moellmann  <gerd@gnu.org>
+
+       * xfaces.c (set_lface_from_font_name): Fix incomplete merge.
+
 1999-12-04  Hrvoje Niksic  <hniksic@iskon.hr>
 
        * lread.c (Fintern_soft): Accept a symbol argument.
index 05a0d2dfe3717e3c304e4bb6c864040de20235ad..5fb16e5509d4e4c0e0138d37811f2868273686f0 100644 (file)
@@ -2769,7 +2769,7 @@ lface_fully_specified_p (attrs)
    for split_font_name, see the comment there.  */
    
 static int
-set_lface_from_font_name (f, lface, font_name, force_p)
+set_lface_from_font_name (f, lface, font_name, force_p, may_fail_p)
      struct frame *f;
      Lisp_Object lface;
      char *font_name;
@@ -2809,6 +2809,7 @@ set_lface_from_font_name (f, lface, font_name, force_p)
            }
          UNBLOCK_INPUT;
        }
+    }
 
   /* If FONT_NAME is completely bogus try to use something reasonable
      if this function must succeed.  Otherwise, give up.  */