From f0d527fcb74b7bb77ab6f2ac159c4ad9842abf76 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 22 May 1998 04:42:48 +0000 Subject: [PATCH] Indent `with-standard-io-syntax' correctly. --- lisp/emacs-lisp/cl-indent.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index dff375a2714..54f13239b18 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -433,7 +433,8 @@ by `lisp-body-indent'." (throw 1) (unless 1) (unwind-protect (5 &body)) - (when 1)))) + (when 1) + (with-standard-io-syntax (2))))) (while l (put (car (car l)) 'common-lisp-indent-function (if (symbolp (cdr (car l))) -- 2.39.2