Fix last change in frame.el.
* lisp/frame.el (frame-set-background-mode): Fix last change: yet another place where FRAME was not taken into account, using the selected frame instead. (Bug#43837)
This commit is contained in:
parent
bc2b63876b
commit
466db12df0
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ face specs for the new background mode."
|
|||
;; during startup with -rv on the command
|
||||
;; line for the initial frame, because frames
|
||||
;; are not recorded in the pdump file.
|
||||
(assq face (frame-face-alist))
|
||||
(assq face (frame-face-alist frame))
|
||||
(face-spec-match-p face
|
||||
(face-user-default-spec face)
|
||||
frame)))
|
||||
|
|
Loading…
Add table
Reference in a new issue