emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 259dc75 3/5: Revert "Provide missing let definition to prevent


From: ken manheimer
Subject: emacs-27 259dc75 3/5: Revert "Provide missing let definition to prevent background void-variable error."
Date: Tue, 21 Jul 2020 10:58:25 -0400 (EDT)

branch: emacs-27
commit 259dc75c231faf83c771dbd0b3472592c06d64b0
Author: Ken Manheimer <ken.manheimer@gmail.com>
Commit: Ken Manheimer <ken.manheimer@gmail.com>

    Revert "Provide missing let definition to prevent background void-variable 
error."
    
    This reverts commit 3c410b6b4753e02269bb36914e7534eb124150dd.
    
    Backporting it to emacs-27 was not appropriate.
---
 lisp/allout-widgets.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index f817876..629f676 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)
 



reply via email to

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