diff options
| -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) |
