emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfaces.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c,v
Date: Tue, 05 Jun 2007 10:04:52 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/06/05 10:04:52

Index: xfaces.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfaces.c,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -b -r1.360 -r1.361
--- xfaces.c    26 May 2007 17:21:13 -0000      1.360
+++ xfaces.c    5 Jun 2007 10:04:51 -0000       1.361
@@ -3935,6 +3935,8 @@
 {
   Lisp_Object lface;
 
+  face = resolve_face_name (face, 1);
+
   if (!NILP (frame))
     {
       CHECK_LIVE_FRAME (frame);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]