Fixed cut and paste error in with-umask-aligned.

This commit is contained in:
mainzelm 2002-04-29 11:25:17 +00:00
parent 4a7620c882
commit 43cd435bad
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@
(with-cwd-aligned* (lambda () body ...)))
(define-simple-syntax (with-umask-aligned body ...)
(with-cwd-aligned* (lambda () body ...)))
(with-umask-aligned* (lambda () body ...)))
(define-simple-syntax (with-umask mask . body)
(with-umask* mask (lambda () . body)))