diff options
-rw-r--r-- | lisp/faces.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 4b582ac4397..30f8483159a 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1748,7 +1748,8 @@ The following sources are applied in this order: ; during loadup. (eq face 'scroll-bar)) ;; Set the `scroll-bar-foreground' and `scroll-bar-background' - ;; frame parameters. (bug#13476) + ;; frame parameters, because the face is handled by setting + ;; those two parameters. (bug#13476) (set-frame-parameter frame 'scroll-bar-foreground (face-foreground face)) (set-frame-parameter frame 'scroll-bar-background (face-background face))))) |