emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/cus-face.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-face.el,v
Date: Mon, 17 Sep 2007 02:55:09 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/09/17 02:55:09

Index: cus-face.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/cus-face.el,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- cus-face.el 7 Sep 2007 16:50:02 -0000       1.49
+++ cus-face.el 17 Sep 2007 02:55:09 -0000      1.50
@@ -342,8 +342,7 @@
                (unless (facep face)
                  (make-empty-face face))
                (put face 'face-comment comment)
-               (dolist (frame (frame-list))
-                 (face-spec-set face spec frame)))
+               (face-spec-set face spec nil))
            (setq args (cdr args)))
        ;; Old format, a plist of FACE SPEC pairs.
        (let ((face (nth 0 args))




reply via email to

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