Changeset 53


Ignore:
Timestamp:
07/27/04 20:51:56 (21 years ago)
Author:
bmastenbrook
Message:

Remove a temp function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/example/cliki.lisp ΒΆ

    r52 r53  
    182182    (or (cddr (assoc num *advice-db*))
    183183        "You can't just make up advice numbers and expect a response.")))
    184 
    185 (defun fix-advice ()
    186   (mapc #'(lambda (e)
    187             (setf (cdr e)
    188                   (cddr e))) *advice-db*))
    189184
    190185(defun random-advice ()
Note: See TracChangeset for help on using the changeset viewer.