Changeset 4273
- Timestamp:
- 10/10/03 01:54:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/backquote.lisp
r3498 r4273 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: backquote.lisp,v 1. 4 2003-08-24 19:18:25piso Exp $4 ;;; $Id: backquote.lisp,v 1.5 2003-10-10 01:54:26 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 93 93 (consp (cddr x)) 94 94 (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.