From: Richard M. Stallman Date: Fri, 22 May 1998 04:42:48 +0000 (+0000) Subject: Indent `with-standard-io-syntax' correctly. X-Git-Tag: emacs-20.3~897 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0d527fcb74b7bb77ab6f2ac159c4ad9842abf76;p=emacs.git Indent `with-standard-io-syntax' correctly. --- 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)))