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.)
This commit is contained in:
parent
8684216542
commit
3c410b6b47
1 changed files with 1 additions and 0 deletions
|
@ -988,6 +988,7 @@ Generally invoked via `allout-exposure-change-functions'."
|
|||
;; have to distinguish between concealing and exposing so that, eg,
|
||||
;; `allout-expose-topic's mix is handled properly.
|
||||
handled-expose
|
||||
handled-conceal
|
||||
covered
|
||||
deactivate-mark)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue