Changeset 4644
- Timestamp:
- 11/04/03 19:13:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/transform.lisp
r4550 r4644 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: transform.lisp,v 1. 3 2003-10-27 17:28:16piso Exp $4 ;;; $Id: transform.lisp,v 1.4 2003-11-04 19:13:51 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 132 132 ((eq fun 'QUOTE) 133 133 form) 134 ((eq fun 'FUNCTION) 135 form) 134 136 ((and (symbolp fun) (fboundp fun)) 135 137 (cons fun (mapcar #'transform1 args)))
Note: See TracChangeset
for help on using the changeset viewer.