]> git.eshelyaron.com Git - emacs.git/commit
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:05:46 +0000 (14:05 -0400)
commit3c410b6b4753e02269bb36914e7534eb124150dd
treec0761aff6bb8767a2709248b380499ff8b5b7bb3
parent8684216542889fa57daa32072104afc69785907f
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.)
lisp/allout-widgets.el