/[emacs]/emacs/lisp/faces.el
ViewVC logotype

Diff of /emacs/lisp/faces.el

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

revision 1.311 by lektu, Wed Jun 1 10:42:47 2005 UTC revision 1.312 by lektu, Fri Jun 3 10:38:05 2005 UTC
# Line 231  of a face name is the same for all frame Line 231  of a face name is the same for all frame
231  (defun face-equal (face1 face2 &optional frame)  (defun face-equal (face1 face2 &optional frame)
232    "Non-nil if faces FACE1 and FACE2 are equal.    "Non-nil if faces FACE1 and FACE2 are equal.
233  Faces are considered equal if all their attributes are equal.  Faces are considered equal if all their attributes are equal.
234  If the optional argument FRAME is given, report on face FACE in that frame.  If the optional argument FRAME is given, report on FACE1 and FACE2 in that frame.
235  If FRAME is t, report on the defaults for face FACE (for new frames).  If FRAME is t, report on the defaults for FACE1 and FACE2 (for new frames).
236  If FRAME is omitted or nil, use the selected frame."  If FRAME is omitted or nil, use the selected frame."
237    (internal-lisp-face-equal-p face1 face2 frame))    (internal-lisp-face-equal-p face1 face2 frame))
238    

Legend:
Removed from v.1.311  
changed lines
  Added in v.1.312

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