]> code.delx.au - gnu-emacs/blobdiff - src/window.c
Port angle-bracket TZ settings to MS-Windows
[gnu-emacs] / src / window.c
index cf7fa44ae41dc05e8df01fb877f29af27c65f0cc..99a0709d627d40b36cb6e07b945c6f954cd24d7b 100644 (file)
@@ -5693,7 +5693,7 @@ and redisplay normally--don't erase and redraw the frame.  */)
   struct buffer *buf = XBUFFER (w->contents);
   bool center_p = false;
   ptrdiff_t charpos, bytepos;
-  EMACS_INT iarg IF_LINT (= 0);
+  EMACS_INT iarg;
   int this_scroll_margin;
 
   if (buf != current_buffer)