From: Richard M. Stallman Date: Wed, 23 Jul 1997 04:22:58 +0000 (+0000) Subject: (set-face-font-explicit): Call internal-set-face-1 properly. X-Git-Tag: emacs-20.1~1027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9e594568d14b97bb6f8527d80cd02bb5ec9dd07;p=emacs.git (set-face-font-explicit): Call internal-set-face-1 properly. --- 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).