mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 07:20:35 -08:00
(set-face-font-explicit): Call internal-set-face-1 properly.
This commit is contained in:
parent
8d15583ff5
commit
e9e594568d
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ in that frame; otherwise change each frame."
|
|||
"Set the explicit-font flag of face FACE to FLAG.
|
||||
If the optional FRAME argument is provided, change only
|
||||
in that frame; otherwise change each frame."
|
||||
(internal-set-face-1 face 'font flag 9 frame))
|
||||
(internal-set-face-1 face nil flag 9 frame))
|
||||
|
||||
(defun set-face-foreground (face color &optional frame)
|
||||
"Change the foreground color of face FACE to COLOR (a string).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue