aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPaul Eggert2012-10-31 12:23:06 -0700
committerPaul Eggert2012-10-31 12:23:06 -0700
commit5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e (patch)
tree89d38a3730a42e95937460717f72f248a708047e /src/xterm.c
parent322aea6ddf7ec7fd71410d98ec1de69f219aff3e (diff)
downloademacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.tar.gz
emacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.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 8b005873f4d..f8420d13a32 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3448,7 +3448,7 @@ x_focus_changed (int type, int state, struct x_display_info *dpyinfo, struct fra
3448 3448
3449 /* Don't stop displaying the initial startup message 3449 /* Don't stop displaying the initial startup message
3450 for a switch-frame event we don't need. */ 3450 for a switch-frame event we don't need. */
3451 /* When run as a deamon, Vterminal_frame is always NIL. */ 3451 /* When run as a daemon, Vterminal_frame is always NIL. */
3452 if ((NILP (Vterminal_frame) || EQ (Fdaemonp(), Qt)) 3452 if ((NILP (Vterminal_frame) || EQ (Fdaemonp(), Qt))
3453 && CONSP (Vframe_list) 3453 && CONSP (Vframe_list)
3454 && !NILP (XCDR (Vframe_list))) 3454 && !NILP (XCDR (Vframe_list)))