emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Sat, 05 Nov 2005 02:29:48 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.340 emacs/lisp/faces.el:1.341
*** emacs/lisp/faces.el:1.340   Tue Nov  1 07:19:07 2005
--- emacs/lisp/faces.el Sat Nov  5 07:29:45 2005
***************
*** 1448,1454 ****
  do it on all frames.  See `defface' for information about SPEC.
  If SPEC is nil, do nothing."
    (let ((attrs (face-spec-choose spec frame)))
!     (when attrs
        (face-spec-reset-face face frame))
      (while attrs
        (let ((attribute (car attrs))
--- 1448,1454 ----
  do it on all frames.  See `defface' for information about SPEC.
  If SPEC is nil, do nothing."
    (let ((attrs (face-spec-choose spec frame)))
!     (when spec
        (face-spec-reset-face face frame))
      (while attrs
        (let ((attribute (car attrs))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]