aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 1a506767460..3ea58035fa8 100644
--- a/src/window.c
+++ b/src/window.c
@@ -307,8 +307,6 @@ NCOL should be zero or positive.")
307 307
308 CHECK_NUMBER (ncol, 1); 308 CHECK_NUMBER (ncol, 1);
309 if (XINT (ncol) < 0) XSETFASTINT (ncol, 0); 309 if (XINT (ncol) < 0) XSETFASTINT (ncol, 0);
310 if (XFASTINT (ncol) >= (1 << (SHORTBITS - 1)))
311 args_out_of_range (ncol, Qnil);
312 w = decode_window (window); 310 w = decode_window (window);
313 if (XINT (w->hscroll) != XINT (ncol)) 311 if (XINT (w->hscroll) != XINT (ncol))
314 XBUFFER (w->buffer)->clip_changed = 1; /* Prevent redisplay shortcuts */ 312 XBUFFER (w->buffer)->clip_changed = 1; /* Prevent redisplay shortcuts */