Skip to content

Commit

Permalink
Printing the section name as a fully qualified symbol.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Apr 25, 2021
1 parent 2be8ea4 commit 03fc9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

(defmethod print-object ((section section) stream)
(print-unreadable-object (section stream :type t)
(format stream "~a" (section-name section))))
(format stream "~S" (section-name section))))


;; This function is from alexandria, to not
Expand Down

0 comments on commit 03fc9e7

Please sign in to comment.