aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-08-25 10:57:56 +0000
committerGerd Moellmann1999-08-25 10:57:56 +0000
commit8f8ba18631b197c534f0a417a9bd3081ccb59014 (patch)
tree46f453aed704eedb307aa5f775870834fe5ff75f /src
parent468155d7e908cf1e4e8afc65255ae65062106f97 (diff)
downloademacs-8f8ba18631b197c534f0a417a9bd3081ccb59014.tar.gz
emacs-8f8ba18631b197c534f0a417a9bd3081ccb59014.zip
(try_window_id): Remove typo.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index fc17eb6cce9..11eee2353b0 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -9892,7 +9892,7 @@ try_window_id (w)
9892 delta = dvpos = dy = run.current_y = run.desired_y = run.height = 0; 9892 delta = dvpos = dy = run.current_y = run.desired_y = run.height = 0;
9893 IF_DEBUG (debug_dvpos = dvpos; debug_dy = dy); 9893 IF_DEBUG (debug_dvpos = dvpos; debug_dy = dy);
9894 9894
9895k 9895
9896 /* Find the cursor if not already found. We have to decide whether 9896 /* Find the cursor if not already found. We have to decide whether
9897 PT will appear on this window (it sometimes doesn't, but this is 9897 PT will appear on this window (it sometimes doesn't, but this is
9898 not a very frequent case.) This decision has to be made before 9898 not a very frequent case.) This decision has to be made before