Fixes a bug in short-method-combination handling reported on
cmucl-help: The optional order argument to method combinations defined by the short form of define-method-combination was being quietly ignored, resulting in the default :most-specific-first behaviour, even if :most-specific-last was specified. This fix makes it respect the specified order.
Please register or sign in to comment