comparison src/xfaces.c @ 83632:cc587bfd19ca

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 781-792) - Update from CVS - Merge from gnus--rel--5.10 - Merge from emacs--rel--22 * emacs--rel--22 (patch 33-41) * gnus--rel--5.10 (patch 226-228) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
author Miles Bader <miles@gnu.org>
date Mon, 11 Jun 2007 01:00:07 +0000
parents 4c726a40604c 8f50479e40d1
children 65663fcd2caa
comparison
equal deleted inserted replaced
83631:7d63b897231b 83632:cc587bfd19ca
3950 (face, frame) 3950 (face, frame)
3951 Lisp_Object face, frame; 3951 Lisp_Object face, frame;
3952 { 3952 {
3953 Lisp_Object lface; 3953 Lisp_Object lface;
3954 3954
3955 face = resolve_face_name (face, 1);
3956
3955 if (!NILP (frame)) 3957 if (!NILP (frame))
3956 { 3958 {
3957 CHECK_LIVE_FRAME (frame); 3959 CHECK_LIVE_FRAME (frame);
3958 lface = lface_from_face_name (XFRAME (frame), face, 0); 3960 lface = lface_from_face_name (XFRAME (frame), face, 0);
3959 } 3961 }