]> git.eshelyaron.com Git - emacs.git/commit
Don't trash current-load-list while loading dumped.elc.
authorKen Raeburn <raeburn@raeburn.org>
Fri, 27 Jan 2017 08:35:35 +0000 (03:35 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Sat, 22 Jul 2017 08:36:20 +0000 (04:36 -0400)
commit8ec5f5aa3ba9cda16c88d6e1659dd33d864d0881
treedc64d991f9d4406893d262b3c4d870442969dc52
parentd85d26bc75c9fa7481f2d62ee80f5c7e65211798
Don't trash current-load-list while loading dumped.elc.

The variable is used during the load process; setting its value
results in a scrambled load history and difficult looking up help
strings.

* lisp/loadup.el: Exclude current-load-list from the variables dumped.
lisp/loadup.el