emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; face-problems with multy-tty


From: Romain Francoise
Subject: Re: 23.0.50; face-problems with multy-tty
Date: Fri, 07 Sep 2007 17:23:21 +0200

address@hidden (Johan Bockgård) writes:

> --- cus-face.el       29 Aug 2007 16:12:24 +0200      1.48
> +++ cus-face.el       07 Sep 2007 02:55:49 +0200      
> @@ -342,7 +342,8 @@
>               (unless (facep face)
>                 (make-empty-face face))
>               (put face 'face-comment comment)
> -             (face-spec-set face spec))
> +             (dolist (frame (frame-list))
> +               (face-spec-set face spec frame)))
>           (setq args (cdr args)))
>       ;; Old format, a plist of FACE SPEC pairs.
>       (let ((face (nth 0 args))

Could you provide a ChangeLog entry for this so that we can install
it?




reply via email to

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