[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Mon, 11 Jun 79 05:22:00 GMT
- Original-date: 11 JUN 1979 0122-EDT
Assume file "KMP;FOO BAR" exists.
(SETQ A '((KMP) FOO BAZ) 'OUT))
(CLOSE A)
(RENAMEF A '(FOO BAR))
.VAL 0; EROR5A+22>>PUSHJ P,UINT
This should NOT die to DDT. At worst a FILE EXISTS error should be generated.
Btw, doing this same thing in an ERRSET will generate the FILE EXISTS error
instead of .VAL 0'ing.