Revert "Fix dependency problem in hl-line-sticky-flag"

This reverts commit 46daf70c4a.

This is fixed differently in a subsequent patch.
This commit is contained in:
Lars Ingebrigtsen 2022-03-22 15:56:14 +01:00
parent 46daf70c4a
commit 9b47ccd72e

View file

@ -75,9 +75,7 @@
(dolist (buffer (buffer-list))
(unless (eq buffer selected)
(with-current-buffer buffer
(when hl-line--overlay
(delete-overlay hl-line--overlay)
(setq hl-line--overlay nil)))))))))
(hl-line-unhighlight))))))))
(defcustom hl-line-overlay-priority -50
"Priority used on the overlay used by hl-line."