(#\&): Use `issue-deprecation-warning' instead of
`display'.
This commit is contained in:
parent
57ae112df6
commit
33485be9b6
1 changed files with 2 additions and 3 deletions
|
|
@ -180,9 +180,8 @@
|
|||
;; "#&optional" instead of "#:optional"
|
||||
|
||||
(read-hash-extend #\& (lambda (c port)
|
||||
(display
|
||||
"WARNING: `#&' is deprecated, use `#:' instead\n"
|
||||
(current-error-port))
|
||||
(issue-deprecation-warning
|
||||
"`#&' is deprecated, use `#:' instead.")
|
||||
(case (read port)
|
||||
((optional) #:optional)
|
||||
((key) #:key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue