Changeset 11456 for trunk/j/src/org


Ignore:
Timestamp:
12/20/08 14:09:27 (14 years ago)
Author:
ehuelsmann
Message:

Remove superfluous IN-PACKAGE.
Move documentation from comment to document-position in DEFVAR and extend it.

File:
1 edited

Legend:

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

    r11455 r11456  
    3030;;; exception statement from your version.
    3131
    32 (in-package "EXTENSIONS")
    33 
    3432(in-package "JVM")
    3533
     
    281279         nil)))
    282280
    283 ;; True for local functions defined with FLET or LABELS.
    284 (defvar *child-p* nil)
     281(defvar *child-p* nil
     282  "True for local functions created by FLET, LABELS and (NAMED-)LAMBDA")
    285283
    286284(defknown find-variable (symbol list) t)
Note: See TracChangeset for help on using the changeset viewer.