Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 7, 2024
1 parent 7e4732b commit 6fc2ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/lisp-mode/lisp-mode.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
:do (let* ((pos (xref-location-position xref-location))
(buffer (xref-filespec-to-buffer (xref-location-filespec xref-location))))
(push (make-highlight-overlay pos buffer message source-context)
(buffer-compilation-notes-overlays (current-buffer)))))
(buffer-compilation-notes-overlays buffer))))

(setf (buffer-compilation-notes-timer (current-buffer))
(start-timer (make-idle-timer 'show-compilation-notes :name "lisp-show-compilation-notes")
Expand Down

0 comments on commit 6fc2ff9

Please sign in to comment.