* lisp/emacs-lisp/cl-indent.el (common-lisp-indent-function):
`with-output-to-string' should have the same indent as `progn'.
This is in line with the declaration of `with-output-to-string'.
(with-accessors . multiple-value-bind)
(with-condition-restarts . multiple-value-bind)
(with-compilation-unit (&lambda &body))
- (with-output-to-string (4 2))
+ (with-output-to-string 0)
(with-slots . multiple-value-bind)
(with-standard-io-syntax (2)))))
(dolist (el l)