# HG changeset patch # User Richard M. Stallman # Date 767004570 0 # Node ID c7525f1cfaba155f95359b0d4198959bbe275059 # Parent 74edb669a7e9b9b8547495cf7e07af6decb36ec1 (set-default-font): Call frame-update-faces. diff -r 74edb669a7e9 -r c7525f1cfaba lisp/frame.el --- a/lisp/frame.el Fri Apr 22 08:47:42 1994 +0000 +++ b/lisp/frame.el Fri Apr 22 08:49:30 1994 +0000 @@ -459,7 +459,9 @@ When called interactively, prompt for the name of the font to use." (interactive "sFont name: ") (modify-frame-parameters (selected-frame) - (list (cons 'font font-name)))) + (list (cons 'font font-name))) + ;; Update faces that want a bold or italic version of the default font. + (frame-update-faces (selected-frame))) (defun set-background-color (color-name) "Set the background color of the selected frame to COLOR.