/[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.340 by monnier, Tue Nov 1 07:19:07 2005 UTC revision 1.341 by dann, Sat Nov 5 07:29:45 2005 UTC
# Line 1448  FRAME is the frame whose frame-local fac Line 1448  FRAME is the frame whose frame-local fac
1448  do it on all frames.  See `defface' for information about SPEC.  do it on all frames.  See `defface' for information about SPEC.
1449  If SPEC is nil, do nothing."  If SPEC is nil, do nothing."
1450    (let ((attrs (face-spec-choose spec frame)))    (let ((attrs (face-spec-choose spec frame)))
1451      (when attrs      (when spec
1452        (face-spec-reset-face face frame))        (face-spec-reset-face face frame))
1453      (while attrs      (while attrs
1454        (let ((attribute (car attrs))        (let ((attribute (car attrs))

Legend:
Removed from v.1.340  
changed lines
  Added in v.1.341

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