]> git.eshelyaron.com Git - emacs.git/commitdiff
Indent `with-standard-io-syntax' correctly.
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 May 1998 04:42:48 +0000 (04:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 May 1998 04:42:48 +0000 (04:42 +0000)
lisp/emacs-lisp/cl-indent.el

index dff375a2714b4f41fc0e3647b6df0653c98b53d0..54f13239b18cca31b615996ed038f0d2304b6873 100644 (file)
@@ -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)))