Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.
commite97a29cbecc8765aad2bfea5940e215789d4cd7c
authorEli Zaretskii <eliz@gnu.org>
Thu, 4 Sep 2014 15:09:49 +0000 (4 18:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 4 Sep 2014 15:09:49 +0000 (4 18:09 +0300)
treefaf4a4b00163f1df7399722329347bdcf607f446
parentf8c4cd6e058ea981011545fc656c42df8cb85087
Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.

 src/data.c (set_internal): Use assq_no_quit, not Fassq, to find an
 existing binding of a variable, to avoid silently aborting
 commands that use specbind.
src/ChangeLog
src/data.c