aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 01:09:20 -0800
committerPaul Eggert2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /src/xterm.c
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip
Spelling fixes.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index fb77faa75fe..0da78ae1bb1 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6120,7 +6120,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, XEvent *eventptr,
6120 { 6120 {
6121 /* Gnome shell does not iconify us when C-z is pressed. It hides 6121 /* Gnome shell does not iconify us when C-z is pressed. It hides
6122 the frame. So if our state says we aren't hidden anymore, 6122 the frame. So if our state says we aren't hidden anymore,
6123 treat is as deiconfied. */ 6123 treat it as deiconified. */
6124 if (! f->async_iconified) 6124 if (! f->async_iconified)
6125 SET_FRAME_GARBAGED (f); 6125 SET_FRAME_GARBAGED (f);
6126 f->async_visible = 1; 6126 f->async_visible = 1;