Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 11, 2024
1 parent 860f506 commit 5cea267
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ FACE, NAME, ON-LEFT, and ORDER for details."
(overlay-put ov 'invisible t)))
(t (overlay-put ov 'before-string str)))
(overlay-put ov 'window (selected-window))
(overlay-put ov 'buffer (current-buffer))
(overlay-put ov 'priority (if on-left sideline-priority
;; Add 1 to render on the same line!
(1+ sideline-priority)))
Expand Down

0 comments on commit 5cea267

Please sign in to comment.