summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
diff options
context:
space:
mode:
authorNicolás Bértolo <nicolasbertolo@gmail.com>2020-05-29 21:03:00 -0300
committerAndrea Corallo <akrl@sdf.org>2020-05-31 09:47:11 +0100
commitbb9c0188ea3881a555415de7e6fe7973911719e9 (patch)
tree8829dee58bca8e53000181cf7b2fd43419f6c8ba /lisp/emacs-lisp/eldoc.el
parenteeebbd5fcbdf2827689311b3751437670bfc2e22 (diff)
downloademacs-bb9c0188ea3881a555415de7e6fe7973911719e9.tar.gz
emacs-bb9c0188ea3881a555415de7e6fe7973911719e9.tar.bz2
emacs-bb9c0188ea3881a555415de7e6fe7973911719e9.zip
Do not call `gensym' too early when loading a dump file.
This happened when subr.eln was not the first native compilation unit to be loaded. register_native_comp_unit() is called when loading a native compilation unit and that in turn used to call `gensym', which was not loaded yet. This led to a SIGSEGV. * src/comp.c (register_native_comp_unit): Replace the call to `gensym' with an ad-hoc counter.
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
0 files changed, 0 insertions, 0 deletions