home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gwm18a.zip / data / compat.gwm < prev    next >
Lisp/Scheme  |  1995-07-03  |  554b  |  27 lines

  1. ; GWM: backwards compatibility
  2. ; ============================
  3.  
  4. ;;File: compat.gwm -- redefines old behaviors
  5. ;;Author: colas@mirsa.inria.fr (Colas NAHABOO) -- Bull Research FRANCE
  6. ;;Revision: 1.0 -- Aug 29 89
  7. ;;State: Exp
  8. ;;GWM Version: 1.4
  9.  
  10. ; say (uses-gwm-version "1.4.1.13" t) at the head of sections needing
  11. ; 1.4.1.13 behavior, and (uses-gwm-version "1.4.1.13" ()) to revert to current
  12. ; version.
  13.  
  14. (defun uses-gwm-version (old-version entering)
  15.   (if
  16.       (= old-version "1.4.1.13")
  17.         (if entering {
  18.       } {
  19.       }
  20.       )
  21.     )
  22.   )))
  23.  
  24.       
  25.         
  26.     
  27.