comparison lispref/advice.texi @ 89910:548375b6b1f8

Update unicode branch
author Miles Bader <miles@gnu.org>
date Mon, 19 Apr 2004 07:01:43 +0000
parents 375f2633d815
children e24e2e78deda
comparison
equal deleted inserted replaced
89909:68c22ea6027c 89910:548375b6b1f8
749 pieces of advice is the same. The only difference is that 749 pieces of advice is the same. The only difference is that
750 @code{unwind-protect} forms ensure that the protected advice gets 750 @code{unwind-protect} forms ensure that the protected advice gets
751 executed even if some previous piece of advice had an error or a 751 executed even if some previous piece of advice had an error or a
752 non-local exit. If any around-advice is protected, then the whole 752 non-local exit. If any around-advice is protected, then the whole
753 around-advice onion is protected as a result. 753 around-advice onion is protected as a result.
754
755 @ignore
756 arch-tag: 80c135c2-f1c3-4f8d-aa85-f8d8770d307f
757 @end ignore