> The implementation of `internal-lisp-face-equal-p' does not seem to > use the FRAME argument:
I've installed the fix to Finternal_lisp_face_equal_p. I don't expect any trouble because `face-equal' is not widely used, at least not on the Emacs sources: only `facemenu-add-new-face', which in turn is just used from `make-face'. OTOH, `facemenu-add-new-face' calls `face-equal' with no FRAME argument, which was stated to use the value of the faces for the selected frame, and was really using the default value of the faces. Thus, it is potentially a change in behavior. So, if some unexpected problem arises with faces, try removing this patch first. -- /L/e/k/t/u _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel