Changeset 3954


Ignore:
Timestamp:
09/21/03 02:05:20 (20 years ago)
Author:
piso
Message:

Keyword.NAME

File:
1 edited

Legend:

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

    r3913 r3954  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: Keyword.java,v 1.7 2003-09-20 00:13:26 piso Exp $
     5 * $Id: Keyword.java,v 1.8 2003-09-21 02:05:20 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    4242        INITIAL_ELEMENT  = internKeyword("INITIAL-ELEMENT"),
    4343        INTERNAL         = internKeyword("INTERNAL"),
     44        NAME             = internKeyword("NAME"),
    4445        NICKNAMES        = internKeyword("NICKNAMES"),
    4546        NO_ERROR         = internKeyword("NO-ERROR"),
Note: See TracChangeset for help on using the changeset viewer.