]> code.delx.au - gnu-emacs/commitdiff
(set-face-font-explicit): Call internal-set-face-1 properly.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Jul 1997 04:22:58 +0000 (04:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Jul 1997 04:22:58 +0000 (04:22 +0000)
lisp/faces.el

index 60690b648ed13b8e13bd1008dd85357ea100f148..5580cb56c5b1c032818c062b3521e9cdea729889 100644 (file)
@@ -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).