| Allegro CL version 7.0 Object described on page has changed in 7.0. | |||||||||
This generic function is no longer supported. Uses of it should be replaced with device-write or device-read. No methods are defined on it, although the generic function still exists. Your code should not define methods on it either. To ensure you have no methods, evaluate
(mop:generic-function-methods #'excl:device-extend)
If that form returns nil, no methods are
defined. If it returns a non-empty list, those methods must be found
and redefined.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. The object described on this page has been modified in the 7.0 release; see the Release Notes.
Created 2005.9.20.
| Allegro CL version 7.0 Object described on page has changed in 7.0. | |||||||||