aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-22 04:42:48 +0000
committerRichard M. Stallman1998-05-22 04:42:48 +0000
commitf0d527fcb74b7bb77ab6f2ac159c4ad9842abf76 (patch)
tree8886ab422ec8375ebb636b7173ebb06bd5c843a9
parent6a97049b56c73351d169fa1a6a9a39b57a8886ad (diff)
downloademacs-f0d527fcb74b7bb77ab6f2ac159c4ad9842abf76.tar.gz
emacs-f0d527fcb74b7bb77ab6f2ac159c4ad9842abf76.zip
Indent `with-standard-io-syntax' correctly.
-rw-r--r--lisp/emacs-lisp/cl-indent.el3
1 files changed, 2 insertions, 1 deletions
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'."
433 (throw 1) 433 (throw 1)
434 (unless 1) 434 (unless 1)
435 (unwind-protect (5 &body)) 435 (unwind-protect (5 &body))
436 (when 1)))) 436 (when 1)
437 (with-standard-io-syntax (2)))))
437 (while l 438 (while l
438 (put (car (car l)) 'common-lisp-indent-function 439 (put (car (car l)) 'common-lisp-indent-function
439 (if (symbolp (cdr (car l))) 440 (if (symbolp (cdr (car l)))