Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: Release 1.2
-
Fix Version/s: Release 1.3
-
Component/s: None
-
Labels:None
-
Patch:Code
-
Approval:Ok
Description
(cl-format nil "hello: w%" '(a b c))
throws an exception because ~w is (kind of ironically) not marked :pretty in the cl-format definition.
This one-line patch resolves the issue.