X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3109662aca9c06495ac22c5c58b46e1c036aca5c..9ec578d9fe450b7e7f9030dc9d930185593aa991:/src/parser/streams-proto.lisp?ds=sidebyside diff --git a/src/parser/streams-proto.lisp b/src/parser/streams-proto.lisp index 141d0bc..d21b109 100644 --- a/src/parser/streams-proto.lisp +++ b/src/parser/streams-proto.lisp @@ -38,7 +38,7 @@ ;; Provide some default methods. Most streams don't have a pathname. ;; File-based streams provide a pathname, but it's usually been merged with - ;; *DEFAULT-PATHNAME-DEFAULTS* or some such, which has made it absolute, + ;; `*default-pathname-defaults*' or some such, which has made it absolute, ;; which isn't ideal. We'll hack around this in more useful classes later. (:method ((stream stream)) nil) (:method ((stream file-stream)) (pathname stream)))