]> git.eshelyaron.com Git - emacs.git/commit
Don't dump a copy of the obarray.
authorKen Raeburn <raeburn@raeburn.org>
Wed, 14 Dec 2016 05:32:47 +0000 (00:32 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:20 +0000 (04:36 -0400)
commit1184a17f61549a5279ece2080cd12192cf8c4f66
tree59d91f5e1703c492c8d26526be81696b2c21ea09
parentfd03b6b4b9898efa0257194e32b149222fcc1f24
Don't dump a copy of the obarray.

The obarray was included by value in a function definition as a result
of apply-partial, but it writes out as a simple array and a lot of
chained symbols are discarded.

* lisp/progmodes/elisp-mode.el (elisp--xref-identifier-completion-table):
Rewrite definition to not directly incorporate the value of obarray.
lisp/progmodes/elisp-mode.el