/[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.302 by eliz, Sat Feb 19 13:26:00 2005 UTC revision 1.303 by rms, Tue Mar 8 02:55:39 2005 UTC
# Line 225  Value is FACE." Line 225  Value is FACE."
225    
226  (defun face-id (face &optional frame)  (defun face-id (face &optional frame)
227    "Return the internal ID of face with name FACE.    "Return the internal ID of face with name FACE.
228  If optional argument FRAME is nil or omitted, use the selected frame."  The optional argument FRAME is ignored, since the internal face ID
229    of a face name is the same for all frames."
230    (check-face face)    (check-face face)
231    (get face 'face))    (get face 'face))
232    

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

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