]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Don't let item decoration be disrupted by too-shallow items."
authorKen Manheimer <ken.manheimer@gmail.com>
Tue, 21 Jul 2020 14:55:08 +0000 (10:55 -0400)
committerKen Manheimer <ken.manheimer@gmail.com>
Tue, 21 Jul 2020 14:55:08 +0000 (10:55 -0400)
This reverts commit 8684216542889fa57daa32072104afc69785907f.

Backporting it to emacs-27 was not appropriate.

lisp/allout-widgets.el

index aac4a89fad29c2d4f61e91b7f3c7a3e9f5be9807..f817876d719cd99012bd4c6e1d2d01b2074641b0 100644 (file)
@@ -1602,10 +1602,7 @@ We return the item-widget corresponding to the item at point."
       (if is-container
           (progn (widget-put item-widget :is-container t)
                  (setq reverse-siblings-chart (list 1)))
-        (let ((parent-position (widget-apply parent
-                                             :actual-position :from)))
-          (when parent-position
-            (goto-char parent-position)))
+        (goto-char (widget-apply parent :actual-position :from))
         (if (widget-get parent :is-container)
             ;; `allout-goto-prefix' will go to first non-container item:
             (allout-goto-prefix)
@@ -2403,7 +2400,7 @@ The elements of LIST are not copied, just the list structure itself."
 ;;;_ : provide
 (provide 'allout-widgets)
 
-;;;_ . Local emacs vars.
-;;;_  , Local variables:
-;;;_  , allout-layout: (-1 : 0)
-;;;_  , End:
+;;;_. Local emacs vars.
+;;;_ , Local variables:
+;;;_ , allout-layout: (-1 : 0)
+;;;_ , End: