aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-23 04:22:58 +0000
committerRichard M. Stallman1997-07-23 04:22:58 +0000
commite9e594568d14b97bb6f8527d80cd02bb5ec9dd07 (patch)
treee0fd06f7dffbe625846e25260bf5225685cadf28
parent8d15583ff560b23e7482e588351300d9fdcc5720 (diff)
downloademacs-e9e594568d14b97bb6f8527d80cd02bb5ec9dd07.tar.gz
emacs-e9e594568d14b97bb6f8527d80cd02bb5ec9dd07.zip
(set-face-font-explicit): Call internal-set-face-1 properly.
-rw-r--r--lisp/faces.el2
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."
180 "Set the explicit-font flag of face FACE to FLAG. 180 "Set the explicit-font flag of face FACE to FLAG.
181If the optional FRAME argument is provided, change only 181If the optional FRAME argument is provided, change only
182in that frame; otherwise change each frame." 182in that frame; otherwise change each frame."
183 (internal-set-face-1 face 'font flag 9 frame)) 183 (internal-set-face-1 face nil flag 9 frame))
184 184
185(defun set-face-foreground (face color &optional frame) 185(defun set-face-foreground (face color &optional frame)
186 "Change the foreground color of face FACE to COLOR (a string). 186 "Change the foreground color of face FACE to COLOR (a string).