emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3c410b6 3/5: Provide missing let definition to prevent background


From: ken manheimer
Subject: master 3c410b6 3/5: Provide missing let definition to prevent background void-variable error.
Date: Mon, 20 Jul 2020 14:09:59 -0400 (EDT)

branch: master
commit 3c410b6b4753e02269bb36914e7534eb124150dd
Author: Ken Manheimer <ken.manheimer@gmail.com>
Commit: Ken Manheimer <ken.manheimer@gmail.com>

    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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index e7750b3..64f2ba5 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]