summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Manheimer <ken.manheimer@gmail.com>2020-07-21 10:55:35 -0400
committerKen Manheimer <ken.manheimer@gmail.com>2020-07-21 10:55:35 -0400
commit259dc75c231faf83c771dbd0b3472592c06d64b0 (patch)
treeaca9be9b1e438a2fc47e4c9ca9926976ad55e453
parent56422a6366ed6a76cb9f52d9be315483d0506760 (diff)
downloademacs-259dc75c231faf83c771dbd0b3472592c06d64b0.tar.gz
Revert "Provide missing let definition to prevent background void-variable error."
This reverts commit 3c410b6b4753e02269bb36914e7534eb124150dd. Backporting it to emacs-27 was not appropriate.
-rw-r--r--lisp/allout-widgets.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index f817876d719..629f6762dd5 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -995,7 +995,6 @@ 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)