/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.303 by teirllm, Sat Jul 24 20:54:01 2004 UTC revision 1.304 by rms, Mon Aug 16 22:53:28 2004 UTC
# Line 3626  merge_face_ref (f, face_ref, to, err_msg Line 3626  merge_face_ref (f, face_ref, to, err_msg
3626                Lisp_Object value = XCAR (XCDR (face_ref));                Lisp_Object value = XCAR (XCDR (face_ref));
3627                int err = 0;                int err = 0;
3628    
3629                if (EQ (keyword, QCfamily))                /* Specifying `unspecified' is a no-op.  */
3630                  if (EQ (value, Qunspecified))
3631                    ;
3632                  else if (EQ (keyword, QCfamily))
3633                  {                  {
3634                    if (STRINGP (value))                    if (STRINGP (value))
3635                      to[LFACE_FAMILY_INDEX] = value;                      to[LFACE_FAMILY_INDEX] = value;

Legend:
Removed from v.1.303  
changed lines
  Added in v.1.304

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26