diff options
| author | Richard M. Stallman | 1998-05-22 04:42:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-22 04:42:48 +0000 |
| commit | f0d527fcb74b7bb77ab6f2ac159c4ad9842abf76 (patch) | |
| tree | 8886ab422ec8375ebb636b7173ebb06bd5c843a9 | |
| parent | 6a97049b56c73351d169fa1a6a9a39b57a8886ad (diff) | |
| download | emacs-f0d527fcb74b7bb77ab6f2ac159c4ad9842abf76.tar.gz emacs-f0d527fcb74b7bb77ab6f2ac159c4ad9842abf76.zip | |
Indent `with-standard-io-syntax' correctly.
| -rw-r--r-- | lisp/emacs-lisp/cl-indent.el | 3 |
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))) |