Fix bug #11587 with a crash in an Info buffer under linum-mode.
commitd5fd2c5421d8335f9e36265fe8eb6224c1ff76dd
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 May 2012 18:09:17 +0000 (30 21:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 May 2012 18:09:17 +0000 (30 21:09 +0300)
treee8f74e1be82fe4bc9ef6dab8b25384e700515a4a
parent353c87f6ff3c0834e521563f8eefa75c0b10e388
Fix bug #11587 with a crash in an Info buffer under linum-mode.

 src/xdisp.c (handle_stop): Detect whether we have overlay strings
 loaded by testing it->current.overlay_string_index to be
 non-negative, instead of checking whether n_overlay_strings is
 positive.
src/ChangeLog
src/xdisp.c