Skip to content

Commit

Permalink
fix parameter for #874
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Jul 23, 2023
1 parent 4847264 commit 60ff6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/documentation-mode/internal.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(in-package :lem-documentation-mode/internal)

(define-attribute link-attribute
(t :underline :base0D t))
(t :underline :base0D))

(defstruct location
file
Expand Down

0 comments on commit 60ff6d0

Please sign in to comment.