]> git.eshelyaron.com Git - emacs.git/commit
Fix evaluation order for hack-local-variables
authorTom Gillespie <tgbugs@gmail.com>
Wed, 12 May 2021 21:31:23 +0000 (23:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 May 2021 21:31:23 +0000 (23:31 +0200)
commitec574a72f7198d9793b466f33382fff397ac4ce1
treed4b5d6188f2c37f4fd46b188a9afb64d99e67ec7
parent0d55a8ad286bb346cfe44ee8c9682f6bfd1ae559
Fix evaluation order for hack-local-variables

* lisp/files.el (hack-local-variables): Fix the ordering which
local variables are evaluated by `hack-local-variables' so that
prop-line local variables are evaluated first. There is a hidden
nreverse lurking in `hack-local-variables-apply' which means that
the prop line variables must come second in order to be evaluated
before the end of file variables.
lisp/files.el