changeset 18919:fd6c9bd9ca6b

(set-face-font-explicit): Call internal-set-face-1 properly.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Jul 1997 04:22:58 +0000
parents 0e0935f23d39
children 9c03cae980ed
files lisp/faces.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/faces.el	Wed Jul 23 02:52:57 1997 +0000
+++ b/lisp/faces.el	Wed Jul 23 04:22:58 1997 +0000
@@ -180,7 +180,7 @@
   "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).