From 44c705d46a9cfb1f1174b236369bd526cde2b23e Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 16 Nov 1998 06:37:55 +0000 Subject: [PATCH] indent `with-output-to-string' as a CL macro, not ELisp one. --- lisp/emacs-lisp/cl-indent.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index 6aa41252ec..d038a6228a 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -438,6 +438,7 @@ by `lisp-body-indent'." (unless 1) (unwind-protect (5 &body)) (when 1) + (with-output-to-string (4 2)) (with-standard-io-syntax (2))))) (while l (put (caar l) 'common-lisp-indent-function -- 2.20.1