branch: elpa/magit
commit e65dce2a04003dd3f839e5a8d5d189c7526e9fb9
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit-section.el: Move misplaced section heading
    
    oO
---
 lisp/magit-section.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 9b34aae51f..f5530ed974 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -1778,10 +1778,10 @@ invisible."
     (push ov magit-section-highlight-overlays)
     ov))
 
-(defvar magit-show-long-lines-warning t)
-
 ;;; Long Lines
 
+(defvar magit-show-long-lines-warning t)
+
 (defun magit-section--maybe-enable-long-lines-shortcuts ()
   (and (fboundp 'long-line-optimizations-p)
        (long-line-optimizations-p)

Reply via email to