diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-08 16:57:49 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-08 16:57:49 +0200 |
| commit | e65dce2a04003dd3f839e5a8d5d189c7526e9fb9 (patch) | |
| tree | 38e1012d20371df4b92e46b5e2cea06ab8d69640 /lisp | |
| parent | bc2a5172d267cd780bd252932093b36eebc33f45 (diff) | |
magit-section.el: Move misplaced section heading
oO
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-section.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 9b34aae..f5530ed 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) |
