[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: condition-case with multiple handlers
From: |
Herring, Davis |
Subject: |
RE: condition-case with multiple handlers |
Date: |
Sun, 29 Jul 2012 04:44:47 +0000 |
> > (progn
> > ...
> > (setq noerror t))
>
> Good idea, but it messes with the return value of the condition-case
> body. I thought there might be some built-in method for handling this,
> but I'm thinking not.
I didn't know its value mattered, but you can just use prog1...
Davis