diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-08 16:17:29 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-08 16:17:29 +0200 |
| commit | fb10ac0d3b25141323d608155f74379895616134 (patch) | |
| tree | 146b5236d50cc6e371156e9235a2bbc5ade2e57e /lisp | |
| parent | bafac417b5a9c3dd3f9e9af5fa3c16f75b4afe1d (diff) | |
magit-section.el: Add missing section headings
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-section.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 692b93a..c648bb1 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -1781,6 +1781,8 @@ invisible." (defvar magit-show-long-lines-warning t) +;;; Long Lines + (defun magit-section--maybe-enable-long-lines-shortcuts () (and (fboundp 'long-line-optimizations-p) (long-line-optimizations-p) @@ -1805,6 +1807,8 @@ This message won't be shown for this session again. To disable it for all future sessions, set `magit-show-long-lines-warning' to nil." (bound-and-true-p long-line-threshold)) :warning))))) +;;; Successor + (cl-defgeneric magit-section-get-relative-position (section)) (cl-defmethod magit-section-get-relative-position ((section magit-section)) |
