aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/window.c b/src/window.c
index 8cdad27b664..075fd4e550c 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1895,10 +1895,7 @@ POS, ROWH is the visible height of that row, and VPOS is the row number
1895 if (EQ (pos, Qt)) 1895 if (EQ (pos, Qt))
1896 posint = -1; 1896 posint = -1;
1897 else if (!NILP (pos)) 1897 else if (!NILP (pos))
1898 { 1898 posint = fix_position (pos);
1899 CHECK_FIXNUM_COERCE_MARKER (pos);
1900 posint = XFIXNUM (pos);
1901 }
1902 else if (w == XWINDOW (selected_window)) 1899 else if (w == XWINDOW (selected_window))
1903 posint = PT; 1900 posint = PT;
1904 else 1901 else