]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Provide missing let definition to prevent background void-variable error."
authorKen Manheimer <ken.manheimer@gmail.com>
Tue, 21 Jul 2020 14:55:35 +0000 (10:55 -0400)
committerKen Manheimer <ken.manheimer@gmail.com>
Tue, 21 Jul 2020 14:55:35 +0000 (10:55 -0400)
This reverts commit 3c410b6b4753e02269bb36914e7534eb124150dd.

Backporting it to emacs-27 was not appropriate.

lisp/allout-widgets.el

index f817876d719cd99012bd4c6e1d2d01b2074641b0..629f6762dd5dc655ab2081b28153660db27403cc 100644 (file)
@@ -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)