+2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * xdisp.c (redisplay_internal): Fix typo in last change.
+
2013-11-06 Paul Eggert <eggert@cs.ucla.edu>
* regex.c: Fix --enable-gcc-warning glitch with GCC 4.5.2.
&& NILP (Fmemq (Vthis_command,
Vselection_inhibit_update_commands)))
{
- ptrdiff_t beg =
- XINT (Fmarker_position (BVAR (current_buffer, mark)));
+ ptrdiff_t beg
+ = XINT (Fmarker_position (BVAR (current_buffer, mark)));
ptrdiff_t end = PT;
if (beg < end)
call2 (Qx_set_selection, QPRIMARY,
if (NILP (Vmemory_full))
prepare_menu_bars ();
- if (windows_or_buffers_changed & !update_mode_lines)
+ if (windows_or_buffers_changed && !update_mode_lines)
update_mode_lines = 32;
reconsider_clip_changes (w);