summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/cl-indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index 57da7159d5c..9314419a26f 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -827,7 +827,7 @@ optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
(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)