We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885b5ea commit 38436f9Copy full SHA for 38436f9
lisp/l/readmacro.l
@@ -68,7 +68,7 @@
68
;; define a legal shell command.
69
(set-dispatch-macro-character #\# #\! (get-macro-character #\;))
70
71
-(defun read-pathname (f n ch)
+(defun read-pathname (f ch n)
72
(pathname (read f)))
73
74
(set-dispatch-macro-character #\# #\P 'read-pathname)
0 commit comments