branch: elpa/magit
commit e65dce2a04003dd3f839e5a8d5d189c7526e9fb9
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
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 9b34aae51fa..f5530ed9745 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)