Fix for OUTPUT-NOTHING restart
... don't advance by a character if we don't output anything
(file-position ,stream-var (file-position ,stream-var))))
(with-simple-restart (output-nothing
"~@<Skip output of this character.~@:>")
- ,@body)
- (incf (fd-stream-obuf-tail ,stream-var) ,size)
+ ,@body
+ (incf (fd-stream-obuf-tail ,stream-var) ,size))
,(ecase (car buffering)
(:none
`(flush-output-buffer ,stream-var))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.18.17"
+"0.8.18.18"