Changeset 4273


Ignore:
Timestamp:
10/10/03 01:54:26 (20 years ago)
Author:
piso
Message:

maptree => sys::maptree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/backquote.lisp

    r3498 r4273  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: backquote.lisp,v 1.4 2003-08-24 19:18:25 piso Exp $
     4;;; $Id: backquote.lisp,v 1.5 2003-10-10 01:54:26 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    9393              (consp (cddr x))
    9494              (null (cdddr x)))
    95          (cons 'cons (maptree #'bq-remove-tokens (cdr x))))
    96         (t (maptree #'bq-remove-tokens x))))
     95         (cons 'cons (sys::maptree #'bq-remove-tokens (cdr x))))
     96        (t (sys::maptree #'bq-remove-tokens x))))
Note: See TracChangeset for help on using the changeset viewer.