diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-23 04:22:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-23 04:22:58 +0000 |
commit | a5ac189be5801cf81236a3725791538327bb4254 (patch) | |
tree | c6154de8ff1ce87c224d73b1387004dba515ad79 /lisp/faces.el | |
parent | 867714af7cfeeb7dc0bbd6c3dce87f5195b9e407 (diff) | |
download | emacs-a5ac189be5801cf81236a3725791538327bb4254.tar.gz |
(set-face-font-explicit): Call internal-set-face-1 properly.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 60690b648ed..5580cb56c5b 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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). |