# HG changeset patch # User Richard M. Stallman # Date 869631778 0 # Node ID fd6c9bd9ca6b3cb9519c7665ea1d6154bcda932c # Parent 0e0935f23d397f6d16c4110a478111226379a117 (set-face-font-explicit): Call internal-set-face-1 properly. diff -r 0e0935f23d39 -r fd6c9bd9ca6b lisp/faces.el --- 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).