diff options
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index a4802a1c2a6..880098c515f 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -1621,8 +1621,7 @@ So `allout-post-command-business' should not reactivate it...") cur) (while menus (setq cur (car menus) - menus (cdr menus)) - (easy-menu-add cur)))) + menus (cdr menus))))) ;;;_ > allout-overlay-preparations (defun allout-overlay-preparations () "Set the properties of the allout invisible-text overlay and others." |