[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FRAME arg in face-equal and internal-lisp-face-equal-p
From: |
Juanma Barranquero |
Subject: |
Re: FRAME arg in face-equal and internal-lisp-face-equal-p |
Date: |
Wed, 1 Jun 2005 15:12:54 +0200 |
BTW, having `internal-lisp-face-equal-p' doing this:
> lface1 = lface_from_face_name (NULL, face1, 1);
> lface2 = lface_from_face_name (NULL, face2, 1);
means that, in fact, `equal-face' erroneously compares faces based on
their default values...
--
/L/e/k/t/u