From: Ken Manheimer Date: Tue, 21 Jul 2020 14:55:35 +0000 (-0400) Subject: Revert "Provide missing let definition to prevent background void-variable error." X-Git-Tag: emacs-27.1-rc1~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=259dc75c231faf83c771dbd0b3472592c06d64b0;p=emacs.git Revert "Provide missing let definition to prevent background void-variable error." This reverts commit 3c410b6b4753e02269bb36914e7534eb124150dd. Backporting it to emacs-27 was not appropriate. --- 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)