]> git.eshelyaron.com Git - emacs.git/commit
Backport: Provide missing let definition to prevent background void-variable error.
authorKen Manheimer <ken.manheimer@gmail.com>
Mon, 6 Jul 2020 17:19:11 +0000 (13:19 -0400)
committerKen Manheimer <ken.manheimer@gmail.com>
Mon, 20 Jul 2020 18:29:36 +0000 (14:29 -0400)
commit2035ecca578f3cbcc96c314e16e21be51ddea98d
tree8e777437f182dd1c3d38486326e2c28e3ea20a73
parent3071cecda070b0a4808eeca8009a5dc088606ec6
Backport: Provide missing let definition to prevent background void-variable error.

* lisp/allout-widgets.el (allout-widgets-exposure-change-processor)
Let-declare handled-conceal, for reference through `(symbol-value)'
within the let body. (Because the error happens in an
after-change-functions hook, so it is caught and reported as a message
by allout-widgets-hook-error-handler.)

(cherry picked from commit 3c410b6b4753e02269bb36914e7534eb124150dd)
lisp/allout-widgets.el