Skip to content
Snippets Groups Projects
Commit 583fcce3 authored by Raymond Toy's avatar Raymond Toy
Browse files

* {{{COMPILE-FILE}}} should not signal an error when given a list for

   {{{:EXTERNAL-FORMAT}}}.  Lists are needed to specify a composing
   external format like {{{:DOS}}} or {{{:MAC}}}.
parent c4ee759a
No related branches found
No related tags found
No related merge requests found
...@@ -1153,7 +1153,7 @@ ...@@ -1153,7 +1153,7 @@
(:block-compile (member t nil :specified)) (:block-compile (member t nil :specified))
(:entry-points list) (:entry-points list)
(:byte-compile (member t nil :maybe)) (:byte-compile (member t nil :maybe))
(:external-format symbol) (:external-format (or symbol list))
(:decoding-error (or null symbol function)) (:decoding-error (or null symbol function))
(:xref t)) (:xref t))
(values (or pathname null) boolean boolean)) (values (or pathname null) boolean boolean))
......
...@@ -76,6 +76,9 @@ New in this release: ...@@ -76,6 +76,9 @@ New in this release:
* Fix typo in ISO8859-2 external format that caused it not to work * Fix typo in ISO8859-2 external format that caused it not to work
correctly. This type potentially also caused failures for all other correctly. This type potentially also caused failures for all other
external formats that were based on ISO8859-2. external formats that were based on ISO8859-2.
* COMPILE-FILE should not signal an error when given a list for
:EXTERNAL-FORMAT. Lists are needed to specify a composing
external format like :DOS or :MAC.
* Trac Tickets: * Trac Tickets:
* #50: Print/read error with make-pathname. * #50: Print/read error with make-pathname.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment