]> git.eshelyaron.com Git - emacs.git/commit
Fix a crash in handle_display_spec
authorClément Pit-Claudel <clement.pitclaudel@live.com>
Wed, 13 May 2020 14:37:05 +0000 (10:37 -0400)
committerEli Zaretskii <eliz@gnu.org>
Wed, 13 May 2020 15:53:25 +0000 (18:53 +0300)
commit48830c73e77255985685bd2df65f031cd115e069
treecacf74fbdd090efb0742037c8f813a0f0c12586e
parenta37290a6f965d0e0c13a734e6be973e1bd43bb7f
Fix a crash in handle_display_spec

* src/xdisp.c (handle_display_spec): Check that the cdr of the
disable-eval spec is a cons before taking its car.  (Bug#41232)
src/xdisp.c