Changeset 4054


Ignore:
Timestamp:
09/25/03 16:35:16 (20 years ago)
Author:
piso
Message:

WRITE-STRING, WRITE-LINE
Y-OR-N-P, YES-OR-NO-P

File:
1 edited

Legend:

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

    r4002 r4054  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: autoloads.lisp,v 1.30 2003-09-22 17:19:47 piso Exp $
     4;;; $Id: autoloads.lisp,v 1.31 2003-09-25 16:35:16 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    8282(autoload 'typep)
    8383(autoload '(apropos apropos-list) "apropos.lisp")
     84(autoload '(write-string write-line) "write-string.lisp")
     85(autoload '(y-or-n-p yes-or-no-p) "query.lisp")
    8486
    8587(autoload-macro 'defstruct)
Note: See TracChangeset for help on using the changeset viewer.