diff options
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 617d9233889..d297501343b 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -3348,7 +3348,7 @@ x_set_font (f, arg, oldval) | |||
| 3348 | int fontset = -1; | 3348 | int fontset = -1; |
| 3349 | Lisp_Object font_object; | 3349 | Lisp_Object font_object; |
| 3350 | 3350 | ||
| 3351 | /* Set the frame parameter back to the old value because we mail | 3351 | /* Set the frame parameter back to the old value because we may |
| 3352 | fail to use ARG as the new parameter value. */ | 3352 | fail to use ARG as the new parameter value. */ |
| 3353 | store_frame_param (f, Qfont, oldval); | 3353 | store_frame_param (f, Qfont, oldval); |
| 3354 | 3354 | ||