aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2008-07-16 19:14:01 +0000
committerStefan Monnier2008-07-16 19:14:01 +0000
commit178377e10f4956eeb2edd5b05481f3771d32b7df (patch)
tree797d1d0862aa741e5d0367d9b8e207580f18131d /src
parent720f31474d2a5dd905c30c5fde6cbffccf9b19ea (diff)
downloademacs-178377e10f4956eeb2edd5b05481f3771d32b7df.tar.gz
emacs-178377e10f4956eeb2edd5b05481f3771d32b7df.zip
Typo.
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
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