| Allegro CL version 8.0 Unrevised from 7.0 to 8.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-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||